We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e13fa commit 4f20ee2Copy full SHA for 4f20ee2
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- id: black
44
exclude: '(\/migrations\/)'
45
- repo: https://github.com/rbubley/mirrors-prettier
46
- rev: "v3.5.3"
+ rev: "v3.6.0"
47
hooks:
48
- id: prettier
49
exclude_types: [html, json, scss]
@@ -53,7 +53,7 @@ repos:
53
54
- id: isort
55
- repo: https://github.com/pycqa/flake8
56
- rev: "7.2.0"
+ rev: "7.3.0"
57
58
- id: flake8
59
- repo: https://github.com/rtts/djhtml
0 commit comments