Skip to content

Commit

Permalink
Bump precommit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 1, 2024
1 parent cfae650 commit f3ab06b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
exclude: '^(.tox/|ci/templates/|src/hunter.(pth|embed)$|src/hunter/vendor/|.bumpversion.cfg$|.*\.c$)'
# Note the order is intentional to avoid multiple passes of the hooks
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.262
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude_types:
Expand All @@ -28,6 +28,6 @@ repos:
- id: debug-statements
exclude: '^tests/sample*|src/hunter/actions.py'
- repo: https://github.com/MarcoGorelli/cython-lint
rev: v0.1.8
rev: v0.16.2
hooks:
- id: cython-lint

0 comments on commit f3ab06b

Please sign in to comment.