We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998653 commit deee676Copy full SHA for deee676
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
---
3
4
-exclude: ^$
+exclude: ^(tests/test_snippet_fmt_/.*\.rst|tests/example.rst)$
5
6
repos:
7
- repo: https://github.com/repo-helper/pyproject-parser
pyproject.toml
@@ -147,8 +147,7 @@ include = false
147
order = 30
148
include = false
149
150
-[tool.snippet-fmt.languages.toml]
151
-reformat = true
+[tool.snippet-fmt.languages.python3]
152
153
[tool.snippet-fmt.languages.python]
154
reformat = true
repo_helper.yml
@@ -62,3 +62,5 @@ third_party_version_matrix:
62
click:
63
- 7
64
- 8
65
+
66
+pre_commit_exclude: "^(tests/test_snippet_fmt_/.*\\.rst|tests/example.rst)$"
0 commit comments