Skip to content

Commit 2f7effe

Browse files
authored
chore: update pre-commit config
1 parent 53d76e7 commit 2f7effe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

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

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.34.0
13+
rev: v2.37.3
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.1
2020
hooks:
2121
- id: flake8
2222

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
black==22.6.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.1
55
bandit==1.7.4
66
gitlint== v0.17.0
77
py>=1.10.0

0 commit comments

Comments
 (0)