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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.6 .0 # Use the ref you want to point at
3
+ rev : v5.0 .0 # Use the ref you want to point at
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : check-ast
16
16
- id : check-toml
17
17
18
18
- repo : https://github.com/astral-sh/ruff-pre-commit
19
- rev : ' v0.6.5 '
19
+ rev : ' v0.7.3 '
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --exit-non-zero-on-fix]
25
25
types_or : [python, jupyter]
26
26
27
27
- repo : https://github.com/pre-commit/mirrors-mypy
28
- rev : v1.11.2
28
+ rev : v1.13.0
29
29
hooks :
30
30
- id : mypy
31
31
entry : python3 -m mypy --config-file pyproject.toml
41
41
entry : python3 -m nbstripout
42
42
43
43
- repo : https://github.com/nbQA-dev/nbQA
44
- rev : 1.8.7
44
+ rev : 1.9.1
45
45
hooks :
46
46
- id : nbqa-black
47
47
- id : nbqa-ruff
You can’t perform that action at this time.
0 commit comments