File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : end-of-file-fixer
6
6
exclude : ^tests/data/
7
7
- id : requirements-txt-fixer
8
8
- id : trailing-whitespace
9
9
- id : debug-statements
10
10
- repo : https://github.com/pre-commit/pre-commit
11
- rev : v4.2 .0
11
+ rev : v4.3 .0
12
12
hooks :
13
13
- id : validate_manifest
14
14
- repo : https://github.com/hauntsaninja/black-pre-commit-mirror
@@ -17,13 +17,13 @@ repos:
17
17
hooks :
18
18
- id : black
19
19
- repo : https://github.com/PyCQA/pylint
20
- rev : v3.3.7
20
+ rev : v3.3.8
21
21
hooks :
22
22
- id : pylint
23
23
files : ^(nbqa|tests)/
24
24
exclude : ^tests/data/
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 7.2 .0
26
+ rev : 7.3 .0
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies : [flake8-typing-imports==1.14.0]
38
38
- id : pydocstyle
39
39
files : ^nbqa/
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.16.0
41
+ rev : v1.17.1
42
42
hooks :
43
43
- id : mypy
44
44
exclude : ^docs/
You can’t perform that action at this time.
0 commit comments