Skip to content

Commit 177fa49

Browse files
authored
chore: update pre-commit config
1 parent c0b2ac0 commit 177fa49

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/python/black
8-
rev: 21.12b0
8+
rev: 22.3.0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.30.1
13+
rev: v2.32.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.1
24+
rev: 1.7.4
2525
hooks:
2626
- id: bandit
2727
args: ["-c", "bandit.conf"]

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
black==21.12b0
1+
black==22.3.0
22
isort==5.10.1
3-
pre-commit==2.16.0
3+
pre-commit==2.19.0
44
flake8==4.0.1
5-
bandit==1.7.1
5+
bandit==1.7.4

0 commit comments

Comments
 (0)