Skip to content

Commit ed87e32

Browse files
authored
chore: update pre-commit config
1 parent 2402d71 commit ed87e32

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,18 +5,18 @@ repos:
55
- id: isort
66

77
- repo: https://github.com/python/black
8-
rev: 22.6.0
8+
rev: 22.8.0
99
hooks:
1010
- id: black
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.34.0
13+
rev: v2.38.2
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py37-plus"]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 4.0.1
19+
rev: 5.0.4
2020
hooks:
2121
- id: flake8
2222
exclude: ^fuzz/generated/

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
black==22.6.0
1+
black==22.8.0
22
isort==5.10.1
3-
pre-commit==2.19.0
4-
flake8==4.0.1
3+
pre-commit==2.20.0
4+
flake8==5.0.4
55
bandit==1.7.4
66
gitlint== v0.17.0
77
py>=1.10.0

0 commit comments

Comments
 (0)