We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32cf9f7 commit 298078cCopy full SHA for 298078c
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,20 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.7.4
+ rev: v2.32.0
4
hooks:
5
- id: pyupgrade
6
+ args:
7
+ - "--py37-plus"
8
- repo: https://github.com/timothycrosley/isort
- rev: 5.7.0
9
+ rev: 5.10.1
10
11
- id: isort
12
- repo: https://github.com/python/black
- rev: 20.8b1
13
+ rev: 22.3.0
14
15
- id: black
- - repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.4
16
+ - repo: https://github.com/pycqa/flake8
17
+ rev: 4.0.1
18
19
- id: flake8
20
additional_dependencies: [
0 commit comments