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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/sirosen/texthooks: 0.6.4 → 0.6.7](sirosen/texthooks@0.6.4...0.6.7)
- [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.8](pre-commit/mirrors-clang-format@v17.0.6...v18.1.8)
- [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.8.0](psf/black-pre-commit-mirror@24.2.0...24.8.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](pre-commit/mirrors-mypy@v1.8.0...v1.11.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.6.1](astral-sh/ruff-pre-commit@v0.2.1...v0.6.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](codespell-project/codespell@v2.2.4...v2.3.0)
- [github.com/numpy/numpydoc: v1.6.0 → v1.8.0](numpy/numpydoc@v1.6.0...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 19, 2024
1 parent 40defb3 commit fcc20bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -22,7 +22,7 @@ repos:
- id: text-unicode-replacement-char

- repo: https://github.com/sirosen/texthooks
rev: "0.6.4"
rev: "0.6.7"
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand All @@ -36,34 +36,34 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v17.0.6"
rev: "v18.1.8"
hooks:
- id: clang-format
types_or: [c++, c, cuda]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: "24.2.0"
rev: "24.8.0"
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
rev: "v1.11.1"
hooks:
- id: mypy

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.1"
rev: "v0.6.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.3.0"
hooks:
- id: codespell
additional_dependencies: [tomli]

- repo: https://github.com/numpy/numpydoc
rev: "v1.6.0"
rev: "v1.8.0"
hooks:
- id: numpydoc-validation

0 comments on commit fcc20bf

Please sign in to comment.