File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
repos :
13
13
- repo : https://github.com/pre-commit/mirrors-prettier
14
14
# keep it before yamllint
15
- rev : v3 .0.3
15
+ rev : v4 .0.0-alpha.8
16
16
hooks :
17
17
- id : prettier
18
18
additional_dependencies :
19
19
- prettier
20
20
- prettier-plugin-toml
21
21
- repo : https://github.com/pre-commit/pre-commit-hooks.git
22
- rev : v4.4 .0
22
+ rev : v5.0 .0
23
23
hooks :
24
24
- id : end-of-file-fixer
25
25
- id : trailing-whitespace
@@ -29,11 +29,11 @@ repos:
29
29
- id : check-merge-conflict
30
30
- id : debug-statements
31
31
- repo : https://github.com/psf/black
32
- rev : 23.7 .0
32
+ rev : 25.1 .0
33
33
hooks :
34
34
- id : black
35
35
- repo : https://github.com/pycqa/flake8.git
36
- rev : 6.1 .0
36
+ rev : 7.3 .0
37
37
hooks :
38
38
- id : flake8
39
39
language_version : python3
@@ -42,19 +42,19 @@ repos:
42
42
- flake8-docstrings>=1.6.0
43
43
- flake8-pytest-style>=1.6.0
44
44
- repo : https://github.com/pre-commit/mirrors-mypy
45
- rev : v1.5 .1
45
+ rev : v1.17 .1
46
46
hooks :
47
47
- id : mypy
48
48
# empty args needed in order to match mypy cli behavior
49
49
# args: [--strict]
50
50
- repo : https://github.com/pycqa/pylint
51
- rev : v3.0.0a7
51
+ rev : v3.3.7
52
52
hooks :
53
53
- id : pylint
54
54
additional_dependencies :
55
55
- pytest
56
56
- repo : https://github.com/jazzband/pip-tools
57
- rev : 7.3 .0
57
+ rev : v7.5 .0
58
58
hooks :
59
59
- id : pip-compile
60
60
entry : pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras
You can’t perform that action at this time.
0 commit comments