Skip to content

Commit 82c6814

Browse files
chore: update pre-commit config (#1566)
Co-authored-by: GitHub <[email protected]>
1 parent 69f489d commit 82c6814

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.1.0
99
hooks:
1010
- id: black
1111

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

dev-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
black==21.12b0
1+
black==22.1.0
22
isort==5.10.1
3-
pre-commit==2.16.0
3+
pre-commit==2.17.0
44
flake8==4.0.1
5-
bandit==1.7.1
6-
gitlint==0.17.0
5+
bandit==1.7.3
6+
gitlint== v0.17.0

0 commit comments

Comments
 (0)