Skip to content

Commit

Permalink
Merge pull request #260 from EMMC-ASBL/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
francescalb authored Sep 3, 2024
2 parents 741e25b + bd5ae33 commit 515befd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args: ["--line-length", "80"]
Expand All @@ -48,7 +48,7 @@ repos:
files: ^oteapi_dlite/.*$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
exclude: ^tests/.*$
Expand All @@ -57,7 +57,7 @@ repos:
- "pydantic>=2,<3"

- repo: https://github.com/SINTEF/ci-cd
rev: v2.7.4
rev: v2.8.2
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit 515befd

Please sign in to comment.