Skip to content

Commit

Permalink
chore: update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Oct 1, 2022
1 parent 04826d6 commit 457263d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ repos:
- id: isort

- repo: https://github.com/python/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
exclude: ^fuzz/generated/
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==22.6.0
black==22.8.0
isort==5.10.1
pre-commit==2.19.0
flake8==4.0.1
pre-commit==2.20.0
flake8==5.0.4
bandit==1.7.4
gitlint== v0.17.0
py>=1.10.0
Expand Down

0 comments on commit 457263d

Please sign in to comment.