Skip to content

Commit

Permalink
Merge pull request #1 from vedpawar2254/chore-precommit-config
Browse files Browse the repository at this point in the history
chore: update pre-commit config
  • Loading branch information
vedpawar2254 authored Feb 5, 2025
2 parents 5ecff54 + adf2ae6 commit 96f0b5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repos:
# args for cut and paste: interrogate -vv -i -I -M -C -n -p -f 60.0

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
exclude: ^fuzz/generated/

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
exclude: ^fuzz/generated/
Expand All @@ -34,7 +34,7 @@ repos:
exclude: ^fuzz/generated/|bandit\.conf$

- repo: https://github.com/PyCQA/bandit
rev: 1.8.0
rev: 1.8.2
hooks:
- id: bandit
exclude: ^fuzz/generated/
Expand Down
12 changes: 6 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
black==24.10.0; python_version > "3.8"
black==24.8.0; python_version <= "3.8"
black==25.1.0; python_version > "3.8"
black==25.1.0; python_version <= "3.8"
isort; python_version < "3.8"
isort==5.13.2; python_version >= "3.8"
isort==6.0.0; python_version >= "3.8"
pre-commit; python_version <= "3.8"
pre-commit==4.0.1; python_version > "3.8"
pre-commit==4.1.0; python_version > "3.8"
flake8; python_version < "3.8"
flake8==7.1.1; python_version >= "3.8"
bandit==1.7.10; python_version <= "3.8"
bandit==1.8.0; python_version > "3.8"
bandit==1.8.2; python_version <= "3.8"
bandit==1.8.2; python_version > "3.8"
gitlint==v0.19.1
interrogate
mypy==v1.14.1
Expand Down

0 comments on commit 96f0b5e

Please sign in to comment.