File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This file is managed by 'repo_helper'. Don't edit it directly.
2
2
---
3
3
4
- exclude : ^$
4
+ exclude : ^(tests/test_snippet_fmt_/.*\.rst|tests/example.rst) $
5
5
6
6
repos :
7
7
- repo : https://github.com/repo-helper/pyproject-parser
Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ include = false
147
147
order = 30
148
148
include = false
149
149
150
- [tool .snippet-fmt .languages .toml ]
151
- reformat = true
150
+ [tool .snippet-fmt .languages .python3 ]
152
151
153
152
[tool .snippet-fmt .languages .python ]
154
153
reformat = true
Original file line number Diff line number Diff line change @@ -62,3 +62,5 @@ third_party_version_matrix:
62
62
click :
63
63
- 7
64
64
- 8
65
+
66
+ pre_commit_exclude : " ^(tests/test_snippet_fmt_/.*\\ .rst|tests/example.rst)$"
You can’t perform that action at this time.
0 commit comments