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 @@ -3,36 +3,36 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.4 .0
6+ rev : v5.0 .0
77 hooks :
88 - id : trailing-whitespace
99 - id : end-of-file-fixer
1010 - id : check-toml
1111 - id : check-yaml
1212
1313 - repo : https://github.com/adamchainz/django-upgrade
14- rev : 1.13.0
14+ rev : 1.22.1
1515 hooks :
1616 - id : django-upgrade
1717 language_version : python3.8
1818 args : [--target-version, "3.2"]
1919
20- - repo : https://github.com/charliermarsh /ruff-pre-commit
21- rev : v0.0.262
20+ - repo : https://github.com/astral-sh /ruff-pre-commit
21+ rev : v0.6.9
2222 hooks :
2323 - id : ruff
2424 alias : autoformat
2525 args : ["--fix"]
2626
2727 - repo : https://github.com/psf/black
28- rev : 23.3 .0
28+ rev : 24.10 .0
2929 hooks :
3030 - id : black
3131 language_version : python3.8
3232 args : [--target-version, "py37"]
3333
3434 - repo : https://github.com/pre-commit/mirrors-prettier
35- rev : v3 .0.0-alpha.9-for-vscode
35+ rev : v4 .0.0-alpha.8
3636 hooks :
3737 - id : prettier
3838 # lint the following with prettier:
You can’t perform that action at this time.
0 commit comments