File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v4.4 .0
7+ rev : v6.0 .0
88 hooks :
99 - id : trailing-whitespace
1010 - id : end-of-file-fixer
@@ -15,35 +15,35 @@ repos:
1515 - id : mixed-line-ending
1616
1717 - repo : https://github.com/asottile/pyupgrade
18- rev : v3.3.1
18+ rev : v3.20.0
1919 hooks :
2020 - id : pyupgrade
2121 args :
2222 - ' --py38-plus'
2323
2424 - repo : https://github.com/psf/black
25- rev : 23.3 .0
25+ rev : 25.1 .0
2626 hooks :
2727 - id : black
2828
2929 - repo : https://github.com/keewis/blackdoc
30- rev : v0.3.8
30+ rev : v0.4.1
3131 hooks :
3232 - id : blackdoc
3333
34- - repo : https://github.com/charliermarsh /ruff-pre-commit
35- rev : ' v0.0.260 '
34+ - repo : https://github.com/astral-sh /ruff-pre-commit
35+ rev : ' v0.12.11 '
3636 hooks :
3737 - id : ruff
3838 args : ['--fix']
3939
4040 - repo : https://github.com/pre-commit/mirrors-prettier
41- rev : v3 .0.0-alpha.6
41+ rev : v4 .0.0-alpha.8
4242 hooks :
4343 - id : prettier
4444
4545 - repo : https://github.com/nbQA-dev/nbQA
46- rev : 1.7.0
46+ rev : 1.9.1
4747 hooks :
4848 - id : nbqa-ruff
4949 args : ['--fix']
You can’t perform that action at this time.
0 commit comments