Skip to content

Commit deee676

Browse files
committed
Update our own configuration.
1 parent f998653 commit deee676

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
repos:
77
- repo: https://github.com/repo-helper/pyproject-parser

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ include = false
147147
order = 30
148148
include = false
149149

150-
[tool.snippet-fmt.languages.toml]
151-
reformat = true
150+
[tool.snippet-fmt.languages.python3]
152151

153152
[tool.snippet-fmt.languages.python]
154153
reformat = true

repo_helper.yml

+2
Original file line numberDiff line numberDiff 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)$"

0 commit comments

Comments
 (0)