Skip to content

Commit

Permalink
fix: pre-commit-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersans committed Oct 21, 2023
1 parent e45767a commit 6129dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ repos:
rev: 5.12.0
hooks:
- id: isort
exclude: ^fuzz/generated/

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black
exclude: ^fuzz/generated/

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
hooks:
- id: pyupgrade
exclude: ^fuzz/generated/
args: ["--py38-plus"]

- repo: https://github.com/pycqa/flake8
Expand All @@ -25,6 +28,7 @@ repos:
rev: 1.7.5
hooks:
- id: bandit
exclude: ^fuzz/generated/
args: ["-c", "bandit.conf"]

- repo: https://github.com/jorisroovers/gitlint
Expand Down

0 comments on commit 6129dda

Please sign in to comment.