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 @@ -2,7 +2,7 @@ exclude: ".venv|tests/dev/|tests/fixtures/"
22fail_fast : false
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v5.0 .0
66 hooks :
77 - id : check-added-large-files
88 args :
@@ -21,15 +21,15 @@ repos:
2121 - --markdown-linebreak-ext=md
2222
2323 - repo : https://github.com/astral-sh/ruff-pre-commit
24- rev : " v0.5.0 "
24+ rev : " v0.8.6 "
2525 hooks :
2626 - id : ruff
2727 args :
2828 - --fix-only
2929 - --target-version=py39
3030
3131 - repo : https://github.com/psf/black
32- rev : 24.4.2
32+ rev : 24.10.0
3333 hooks :
3434 - id : black
3535 args :
5353 - --filter-files
5454
5555 - repo : https://github.com/pycqa/flake8
56- rev : 7.1.0
56+ rev : 7.1.1
5757 hooks :
5858 - id : flake8
5959 language : python
You can’t perform that action at this time.
0 commit comments