File tree 1 file changed +4
-4
lines changed
Filter options
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
3
+ rev : v5.0 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
9
9
- id : debug-statements
10
10
- id : check-ast
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : " v0.3 .5"
12
+ rev : " v0.11 .5"
13
13
hooks :
14
14
- id : ruff
15
15
args : ["--fix"]
16
16
- id : ruff-format
17
17
- repo : https://github.com/nbQA-dev/nbQA
18
- rev : 1.8.5
18
+ rev : 1.9.1
19
19
hooks :
20
20
- id : nbqa-black
21
21
additional_dependencies : [jupytext, black]
22
22
- id : nbqa
23
23
args : ["ruff", "--fix", "--ignore=E402,B018,F704"]
24
24
additional_dependencies : [jupytext, ruff]
25
25
- repo : https://github.com/pre-commit/mirrors-mypy
26
- rev : " v1.9 .0"
26
+ rev : " v1.15 .0"
27
27
hooks :
28
28
- id : mypy
29
29
exclude : ipynb_filter.py|docs/source/conf.py
You can’t perform that action at this time.
0 commit comments