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 0babed0 commit 1140790Copy full SHA for 1140790
.pre-commit-config.yaml
@@ -37,6 +37,7 @@ repos:
37
rev: 23.3.0
38
hooks:
39
- id: black
40
+ exclude: "contrib\/template\/.*"
41
42
# Autoformat: markdown, yaml
43
- repo: https://github.com/pre-commit/mirrors-prettier
pyproject.toml
@@ -137,6 +137,7 @@ target_version = [
137
"py310",
138
"py311",
139
]
140
+extend-exclude = 'contrib\/template\/'
141
142
143
# isort is used for autoformatting Python code
0 commit comments