Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mangiucugna committed Apr 21, 2024
1 parent 6d489be commit 43b7a80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
exclude: ^tests/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
- id: end-of-file-fixer
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args: ["--extend-ignore=E203,E501", "--per-file-ignores=__init__.py:F401"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.5
rev: 1.7.8
hooks:
- id: bandit
args: [ --exclude, tests ]
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.4.0
hooks:
- id: black
- repo: local
Expand Down

0 comments on commit 43b7a80

Please sign in to comment.