File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
6
+ rev : 25.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
7
7
hooks :
8
8
- id : black
9
9
language_version : python3 # Should be a command that runs python3.6+
10
10
11
11
- repo : https://github.com/PyCQA/isort
12
- rev : 5.13.2
12
+ rev : 6.0.1
13
13
hooks :
14
14
- id : isort
15
15
files : \.py$
16
16
args : [--profile=black]
17
17
18
18
- repo : https://github.com/pre-commit/pre-commit-hooks
19
- rev : v4.5 .0
19
+ rev : v5.0 .0
20
20
hooks :
21
21
- id : end-of-file-fixer
22
22
- id : check-case-conflict
32
32
- id : trailing-whitespace
33
33
34
34
- repo : https://github.com/sirosen/check-jsonschema
35
- rev : 0.27.3
35
+ rev : 0.31.2
36
36
hooks :
37
37
- id : check-jsonschema
38
38
name : " Check GitHub Workflows"
You can’t perform that action at this time.
0 commit comments