File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 autoupdate_schedule : " quarterly"
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : check-docstring-first
88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010
1111 - repo : https://github.com/psf/black
12- rev : 23.3.0
12+ rev : 23.12.1
1313 hooks :
1414 - id : black
1515
1616 - repo : https://github.com/pycqa/isort
17- rev : 5.12.0
17+ rev : 5.13.2
1818 hooks :
1919 - id : isort
2020
2121 - repo : https://github.com/nbQA-dev/nbQA
22- rev : 1.7.0
22+ rev : 1.7.1
2323 hooks :
2424 - id : nbqa-black
2525 - id : nbqa-isort
2929 hooks :
3030 - id : nbstripout
3131
32- - repo : https://github.com/charliermarsh /ruff-pre-commit
33- rev : v0.0.256
32+ - repo : https://github.com/astral-sh /ruff-pre-commit
33+ rev : v0.1.9
3434 hooks :
3535 - id : ruff
3636 args : [--fix]
You can’t perform that action at this time.
0 commit comments