File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.3 .0
6
+ rev : v4.4 .0
7
7
hooks :
8
8
- id : check-ast
9
9
- id : check-builtin-literals
@@ -24,12 +24,12 @@ repos:
24
24
- id : requirements-txt-fixer
25
25
- id : trailing-whitespace
26
26
- repo : https://github.com/pycqa/isort
27
- rev : 5.10.1
27
+ rev : v5.11.3
28
28
hooks :
29
29
- id : isort
30
30
args : ['--settings-file', 'pyproject.toml']
31
31
- repo : https://github.com/PyCQA/autoflake
32
- rev : v1.7.7
32
+ rev : v2.0.0
33
33
hooks :
34
34
- id : autoflake
35
35
args :
@@ -41,13 +41,13 @@ repos:
41
41
' --ignore-init-module-imports' ,
42
42
]
43
43
- repo : https://github.com/psf/black
44
- rev : 22.10 .0
44
+ rev : 22.12 .0
45
45
hooks :
46
46
- id : black
47
47
language_version : python3
48
48
args : ['--config', 'pyproject.toml']
49
49
- repo : https://github.com/PyCQA/flake8
50
- rev : 5 .0.4
50
+ rev : 6 .0.0
51
51
hooks :
52
52
- id : flake8
53
53
args : ['--config', '.flake8']
67
67
- id : python-check-mock-methods
68
68
- id : python-use-type-annotations
69
69
- repo : https://github.com/pre-commit/mirrors-mypy
70
- rev : v0.982
70
+ rev : v0.991
71
71
hooks :
72
72
- id : mypy
73
73
exclude : ^.*\b(migrations)\b.*$
You can’t perform that action at this time.
0 commit comments