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 2
2
repos :
3
3
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- name : remove trailing whitespace
8
8
id : trailing-whitespace
@@ -12,26 +12,26 @@ repos:
12
12
id : requirements-txt-fixer
13
13
14
14
- repo : https://github.com/pycqa/isort
15
- rev : 5.10.1
15
+ rev : 5.13.2
16
16
hooks :
17
17
- name : sort python imports
18
18
id : isort
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 22.6 .0
21
+ rev : 24.10 .0
22
22
hooks :
23
23
- name : format python files
24
24
id : black
25
25
language_version : python3
26
26
27
27
- repo : https://github.com/pycqa/flake8
28
- rev : 5.0.4
28
+ rev : 7.1.1
29
29
hooks :
30
30
- name : check python syntax
31
31
id : flake8
32
32
33
33
- repo : https://github.com/executablebooks/mdformat
34
- rev : 0.7.16
34
+ rev : 0.7.21
35
35
hooks :
36
36
- name : format Markdown files
37
37
id : mdformat
You can’t perform that action at this time.
0 commit comments