Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit deee676

Browse filesBrowse files
committed
Update our own configuration.
1 parent f998653 commit deee676
Copy full SHA for deee676

File tree

3 files changed

+4
-3
lines changed
Filter options

3 files changed

+4
-3
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: pyproject.toml
+1-2Lines changed: 1 addition & 2 deletions
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

Copy file name to clipboardExpand all lines: repo_helper.yml
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.