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 11# This file is managed by 'repo_helper'. Don't edit it directly.
22---
33
4- exclude : ^$
4+ exclude : ^(tests/test_snippet_fmt_/.*\.rst|tests/example.rst) $
55
66repos :
77 - repo : https://github.com/repo-helper/pyproject-parser
Original file line number Diff line number Diff line change @@ -147,8 +147,7 @@ include = false
147147order = 30
148148include = false
149149
150- [tool .snippet-fmt .languages .toml ]
151- reformat = true
150+ [tool .snippet-fmt .languages .python3 ]
152151
153152[tool .snippet-fmt .languages .python ]
154153reformat = true
Original file line number Diff line number Diff line change @@ -62,3 +62,5 @@ third_party_version_matrix:
6262 click :
6363 - 7
6464 - 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