Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1)
- [github.com/SINTEF/ci-cd: v2.7.4 → v2.8.0](SINTEF/ci-cd@v2.7.4...v2.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 5, 2024
1 parent 125ef5d commit fe254c2
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.1
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.0
hooks:
- id: docs-api-reference
args:
Expand Down

0 comments on commit fe254c2

Please sign in to comment.