Skip to content

Commit

Permalink
chore: update pre-commit hooks
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/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.3.4...v0.5.6)
- [github.com/pre-commit/mirrors-clang-format: v18.1.2 → v18.1.8](pre-commit/mirrors-clang-format@v18.1.2...v18.1.8)
- [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 114d27b commit 59e4585
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
Expand Up @@ -4,7 +4,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 @@ -26,18 +26,18 @@ repos:
args: [--autofix]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.5.6
hooks:
- id: ruff
args: [--fix-only, --show-fixes]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.2
rev: v18.1.8
hooks:
- id: clang-format
exclude: .*\.ipynb # for some reason clang-format tries to format ipynb files
Expand All @@ -49,7 +49,7 @@ repos:
additional_dependencies: [pyyaml]

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.*]
Expand All @@ -62,7 +62,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: ^Gemfile\.lock$
Expand Down

0 comments on commit 59e4585

Please sign in to comment.