File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : debug-statements
9
9
- id : trailing-whitespace
@@ -14,13 +14,13 @@ repos:
14
14
- id : check-added-large-files
15
15
exclude : pixi.lock
16
16
- repo : https://github.com/python-jsonschema/check-jsonschema
17
- rev : 0.33.2
17
+ rev : 0.33.3
18
18
hooks :
19
19
- id : check-github-workflows
20
20
args : ["--verbose"]
21
21
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
- rev : v0.12.4
23
+ rev : v0.12.9
24
24
hooks :
25
25
- id : ruff
26
26
args : ["--fix", "--output-format=full"]
34
34
files : ^docs/.*\.ipynb$
35
35
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v1.17.0
37
+ rev : v1.17.1
38
38
hooks :
39
39
- id : mypy
40
40
args : [--ignore-missing-imports]
You can’t perform that action at this time.
0 commit comments