Update pre-commit hooks and reformat

This commit is contained in:
2022-11-03 07:20:30 +00:00
parent 1424e34f38
commit 32de41ed89
2 changed files with 15 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ repos:
args: [--max-line-length=88]
exclude: ^core/migrations
- repo: https://github.com/rtts/djhtml
rev: 'v1.5.2' # replace with the latest tag on GitHub
rev: 'v1.5.2'
hooks:
- id: djhtml
args: [-t 2]
@@ -24,6 +24,10 @@ repos:
exclude : ^core/static/css # slow
- id: djjs
exclude: ^core/static/js # slow
- repo: https://github.com/sirwart/ripsecrets.git
rev: v0.1.5
hooks:
- id: ripsecrets
# - repo: https://github.com/thibaudcolas/curlylint
# rev: v0.13.1
# hooks: