Skip to content

Commit d1652ab

Browse files
authored
Merge branch 'master' into dependabot-github_actions-actions-setup-python-6
2 parents ec9b587 + 478fcb6 commit d1652ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ repos:
5050
hooks:
5151
- id: typos
5252
args: [] # empty to do not write fixes
53-
exclude: pyproject.toml
53+
exclude: |
54+
(?x)^(
55+
pyproject.toml
56+
*.py
57+
)$
5458
5559
- repo: https://github.com/PyCQA/docformatter
5660
rev: v1.7.7

0 commit comments

Comments
 (0)