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 Apr 1, 2022
1 parent 09ad0cc commit 11b563e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -21,7 +21,7 @@ repos:
- id: flake8

- repo: https://github.com/PyCQA/bandit
rev: 1.7.3
rev: 1.7.4
hooks:
- id: bandit
args: ["-c", "bandit.conf"]
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ black==22.3.0
isort==5.10.1
pre-commit==2.17.0
flake8==4.0.1
bandit==1.7.3
bandit==1.7.4
gitlint== v0.17.0

0 comments on commit 11b563e

Please sign in to comment.