File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ' ^.*\.snap$'
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.4 .0
4
+ rev : v4.5 .0
5
5
hooks :
6
6
- id : trailing-whitespace
7
7
- id : end-of-file-fixer
@@ -10,29 +10,29 @@ repos:
10
10
- id : check-symlinks
11
11
12
12
- repo : https://github.com/pycqa/isort
13
- rev : 5.12.0
13
+ rev : 5.13.2
14
14
hooks :
15
15
- id : isort
16
16
args : ["--profile", "black"]
17
17
18
18
- repo : https://github.com/psf/black
19
- rev : 23.3.0
19
+ rev : 23.12.1
20
20
hooks :
21
21
- id : black
22
22
23
- - repo : https://github.com/pre-commit/mirrors- autopep8
24
- rev : v2.0.2
23
+ - repo : https://github.com/hhatto/ autopep8
24
+ rev : v2.0.4
25
25
hooks :
26
26
- id : autopep8
27
27
28
28
- repo : https://github.com/PyCQA/flake8
29
- rev : 6 .0.0
29
+ rev : 7 .0.0
30
30
hooks :
31
31
- id : flake8
32
32
name : flake8
33
33
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v1.2 .0
35
+ rev : v1.8 .0
36
36
hooks :
37
37
- id : mypy
38
38
additional_dependencies : [types-all]
You can’t perform that action at this time.
0 commit comments