File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/psf/black
4
- rev : 22.3 .0
4
+ rev : 23.1 .0
5
5
hooks :
6
6
- id : black
7
7
name : Check code formatting (black)
8
8
language_version : python3
9
- exclude : rdflib_web
10
9
11
- - repo : https://gitlab .com/pycqa /flake8
12
- rev : 4 .0.1
10
+ - repo : https://github .com/PyCQA /flake8
11
+ rev : 6 .0.0
13
12
hooks :
14
13
- id : flake8
15
14
name : Check code formatting (flake8)
16
- exclude : rdflib_web
17
15
18
- - repo : https://github.com/pre-commit/mirrors- isort
19
- rev : v5.4.2
16
+ - repo : https://github.com/pycqa/ isort
17
+ rev : 5.12.0
20
18
hooks :
21
19
- id : isort
22
20
name : Check the order of your imports (isort)
23
21
additional_dependencies : [toml]
24
- exclude : rdflib_web
25
22
26
23
- repo : https://github.com/pre-commit/mirrors-mypy
27
- rev : v0.782
24
+ rev : v0.991
28
25
hooks :
29
26
- id : mypy
30
27
31
28
- repo : https://github.com/PyCQA/doc8
32
- rev : 0.11 .1
29
+ rev : v1.1 .1
33
30
hooks :
34
31
- id : doc8
35
32
name : Checks the style of the documentation (doc8)
36
33
args : [--max-line-length, "100"]
37
- exclude : rdflib_web
38
34
39
35
- repo : https://github.com/adrienverge/yamllint.git
40
- rev : v1.24.2
36
+ rev : v1.29.0
41
37
hooks :
42
38
- id : yamllint
43
39
name : Check YAML syntax (yamllint)
44
40
args : [--strict]
45
41
46
42
- repo : https://github.com/pre-commit/pre-commit-hooks
47
- rev : v3.2 .0
43
+ rev : v4.4 .0
48
44
hooks :
49
45
- id : check-ast
50
46
name : Check whether files parse a valid Python (check-ast)
51
47
- id : check-docstring-first
52
48
name : Check the docstring placement (check-docstring-first)
53
- exclude : rdflib_web
54
49
- id : check-toml
55
50
name : Check the TOML syntax (check-toml)
56
51
- id : check-yaml
You can’t perform that action at this time.
0 commit comments