File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
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 : v5.0 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
12
12
- id : check-merge-conflict
13
13
- id : check-yaml
14
14
args : [ --unsafe ]
15
15
- repo : https://github.com/PyCQA/isort
16
- rev : 5.13.2
16
+ rev : 6.0.1
17
17
hooks :
18
18
- id : isort
19
19
args : [ "--filter-files" ]
20
20
- repo : https://github.com/psf/black
21
- rev : 24.2 .0
21
+ rev : 25.1 .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.1.2
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.15 .0
32
32
hooks :
33
33
- id : mypy
34
34
exclude : tests/
You can’t perform that action at this time.
0 commit comments