Skip to content

Commit 292f841

Browse files
authored
chore: update pre-commit config
1 parent af159c8 commit 292f841

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.31.0
13+
rev: v2.31.1
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py37-plus"]
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222

2323
- repo: https://github.com/PyCQA/bandit
24-
rev: 1.7.3
24+
rev: 1.7.4
2525
hooks:
2626
- id: bandit
2727
args: ["-c", "bandit.conf"]

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ black==22.3.0
22
isort==5.10.1
33
pre-commit==2.17.0
44
flake8==4.0.1
5-
bandit==1.7.3
5+
bandit==1.7.4
66
gitlint== v0.17.0

0 commit comments

Comments
 (0)