Skip to content

Commit

Permalink
Update pre-commit hooks to latest versions (#619)
Browse files Browse the repository at this point in the history
Updates the pre-commit hook versions to latest.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb authored Oct 3, 2024
1 parent 4d089df commit d959f55
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
exclude: ^(docs|tests|mkdocs.yml)
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--application-directories, '.:src', --py38-plus]

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.8.0
hooks:
- id: black
args: [--line-length=79, --target-version=py311]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
Expand Down

0 comments on commit d959f55

Please sign in to comment.