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 caee19c commit 5bc2376Copy full SHA for 5bc2376
.pre-commit-config.yaml
@@ -0,0 +1,23 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v2.3.0
4
+ hooks:
5
+ - id: check-yaml
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
+ - repo: https://github.com/psf/black
9
+ rev: 22.10.0
10
11
+ - id: black
12
+ - repo: https://github.com/pre-commit/mirrors-prettier
13
+ rev: "v2.7.1"
14
+ exclude: .*\.html
15
16
+ - id: prettier
17
+ - repo: https://github.com/rtts/djhtml
18
+ rev: "3.0.6"
19
20
+ - id: djhtml
21
+
22
+default_language_version:
23
+ python: python3.9.7
.prettierignore
@@ -0,0 +1 @@
+*.html
0 commit comments