File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ repos:
2323 rev : v6.0.0
2424 hooks :
2525 - id : trailing-whitespace
26- exclude : ' docs/reference/newsletter-archive/exports'
26+ exclude : " docs/reference/newsletter-archive/exports"
2727 - id : mixed-line-ending
2828 - id : end-of-file-fixer
29- exclude : ' docs/reference/newsletter-archive/exports'
29+ exclude : " docs/reference/newsletter-archive/exports"
3030 - id : requirements-txt-fixer
3131 - id : check-toml
3232 - id : check-yaml
@@ -56,24 +56,15 @@ repos:
5656 - python
5757
5858 - repo : https://github.com/pycqa/isort
59- rev : 9.0.0b1
59+ rev : 9.0.0b2
6060 hooks :
6161 - id : isort
6262 args : ["--profile", "black"]
6363
64- # we cannot disable autoupdate in pre-commit.ci, but this hook should remain pinned at 3.7.4.
65- # to match the version installed by esbenp.prettier-vscode (as of 7/31/26)
66- # another option would be to install node/prettier manually, as the VS Code plugin will honor it
67- - repo : https://github.com/JoC0de/pre-commit-prettier
68- rev : v3.7.4
69- hooks :
70- - id : prettier
71- types_or : [javascript, css]
72-
7364 - repo : https://github.com/djlint/djLint
74- rev : v1.43 .2
65+ rev : v1.44 .2
7566 hooks :
7667 - id : djlint-reformat-django
77- exclude : ' docs/reference/newsletter-archive/exports'
68+ exclude : " docs/reference/newsletter-archive/exports"
7869 - id : djlint-django
79- exclude : ' docs/reference/newsletter-archive/exports'
70+ exclude : " docs/reference/newsletter-archive/exports"
You can’t perform that action at this time.
0 commit comments