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 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v3.4 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -11,19 +11,19 @@ repos:
1111 args : ["--autofix", "--indent=2", "--no-sort-keys"]
1212
1313 - repo : https://github.com/psf/black
14- rev : 23.3 .0
14+ rev : 24.10 .0
1515 hooks :
1616 - id : black
1717 args : ["--line-length", "100"]
1818
19- - repo : https://github.com/charliermarsh /ruff-pre-commit
20- rev : " v0.0.260 "
19+ - repo : https://github.com/astral-sh /ruff-pre-commit
20+ rev : " v0.8.2 "
2121 hooks :
2222 - id : ruff
2323 args : ["--fix"]
2424
2525 - repo : https://github.com/nbQA-dev/nbQA
26- rev : 1.7.0
26+ rev : 1.9.1
2727 hooks :
2828 - id : nbqa-ruff
2929 args : ["--fix"]
3535 args : ["--py37-plus"]
3636
3737 - repo : https://github.com/pre-commit/mirrors-prettier
38- rev : v2.2.1
38+ rev : v4.0.0-alpha.8
3939 hooks :
4040 - id : prettier
4141 language_version : system
5151 )$"
5252
5353 - repo : https://github.com/pre-commit/mirrors-prettier
54- rev : v2.2.1
54+ rev : v4.0.0-alpha.8
5555 hooks :
5656 - id : prettier
5757 name : prettier-markdown
You can’t perform that action at this time.
0 commit comments