Skip to content

Commit f17d8c5

Browse files
committed
only exclude directories that need exluding
1 parent fadb280 commit f17d8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# pre-commit install
33
# To update the pre-commit hooks run:
44
# pre-commit install-hooks
5-
exclude: '^(src/.*\.pth|\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
65
repos:
76
- repo: https://github.com/pre-commit/pre-commit-hooks
87
rev: v4.0.1
98
hooks:
109
- id: trailing-whitespace
1110
- id: end-of-file-fixer
11+
exclude: '.*\.pth$'
1212
- id: debug-statements
1313
- repo: https://github.com/PyCQA/isort
1414
rev: 5.9.3

0 commit comments

Comments
 (0)