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/astral-sh/ruff-pre-commit: v0.4.3 → v0.6.5](astral-sh/ruff-pre-commit@v0.4.3...v0.6.5)
- [github.com/numpy/numpydoc: v1.7.0 → v1.8.0](numpy/numpydoc@v1.7.0...v1.8.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/pre-commit/mirrors-clang-format: v18.1.4 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.4...v18.1.8)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
- [github.com/python-jsonschema/check-jsonschema: 0.28.2 → 0.29.2](python-jsonschema/check-jsonschema@0.28.2...0.29.2)
  • Loading branch information
pre-commit-ci[bot] authored Sep 16, 2024
1 parent 4c4be59 commit 91c7c04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.6.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -14,13 +14,13 @@ repos:
exclude: README.rst

- repo: https://github.com/numpy/numpydoc
rev: v1.7.0
rev: v1.8.0
hooks:
- id: numpydoc-validation
files: ^src/pytetwild

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ["--skip=*.vt*"]
Expand All @@ -40,7 +40,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
rev: v18.1.8
hooks:
- id: clang-format
files: |
Expand All @@ -49,7 +49,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
exclude: ^(docs/|tests)
Expand All @@ -61,6 +61,6 @@ repos:
]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.29.2
hooks:
- id: check-github-workflows

0 comments on commit 91c7c04

Please sign in to comment.