File tree 1 file changed +17
-12
lines changed
1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : " https://github.com/PyCQA/flake8"
3
- rev : " 7.0.0 "
3
+ rev : " 7.1.1 "
4
4
hooks :
5
5
- id : " flake8"
6
6
name : " Python: analysis"
7
7
8
8
- repo : " https://github.com/pre-commit/mirrors-mypy"
9
- rev : " v1.8 .0"
9
+ rev : " v1.13 .0"
10
10
hooks :
11
11
- id : " mypy"
12
12
name : " Python: types"
13
13
14
- - repo : https://github.com/pycqa /isort
14
+ - repo : " https://github.com/PyCQA /isort"
15
15
rev : " 5.13.2"
16
16
hooks :
17
- - id : isort
18
- args : [ "--profile", "black"]
17
+ - id : " isort"
18
+ name : " Python: imports"
19
+ args : ["--profile", "black"]
19
20
20
- - repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : " v4.5 .0"
21
+ - repo : " https://github.com/pre-commit/pre-commit-hooks"
22
+ rev : " v5.0 .0"
22
23
hooks :
23
- - id : check-yaml
24
- args : [--unsafe]
25
- - id : end-of-file-fixer
26
- - id : trailing-whitespace
24
+ - id : " check-yaml"
25
+ name : " YAML: syntax"
26
+ args : ["--unsafe"]
27
+ - id : " end-of-file-fixer"
28
+ name : " All: newlines at EOF"
29
+ - id : " trailing-whitespace"
30
+ name : " All: no trailing whitespaces"
27
31
exclude_types :
28
32
- " markdown"
29
- - id : check-case-conflict
33
+ - id : " check-case-conflict"
34
+ name : " All: case-insensitive filesystem conflicts"
You can’t perform that action at this time.
0 commit comments