File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
- id : forbid-crlf
6
6
- id : remove-crlf
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.5 .0
8
+ rev : v4.6 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
@@ -18,17 +18,17 @@ repos:
18
18
- id : isort
19
19
args : [ "--filter-files" ]
20
20
- repo : https://github.com/psf/black
21
- rev : 24.2 .0
21
+ rev : 24.4 .0
22
22
hooks :
23
23
- id : black
24
24
language_version : python3.8
25
25
- repo : https://github.com/pycqa/flake8
26
- rev : 5 .0.4
26
+ rev : 7 .0.0
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies : [ flake8-typing-imports==1.10.0 ]
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.8 .0
31
+ rev : v1.9 .0
32
32
hooks :
33
33
- id : mypy
34
34
exclude : tests/
You can’t perform that action at this time.
0 commit comments