We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb280 commit f17d8c5Copy full SHA for f17d8c5
.pre-commit-config.yaml
@@ -2,13 +2,13 @@
2
# pre-commit install
3
# To update the pre-commit hooks run:
4
# pre-commit install-hooks
5
-exclude: '^(src/.*\.pth|\.tox|ci/templates|\.bumpversion\.cfg)(/|$)'
6
repos:
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
rev: v4.0.1
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
+ exclude: '.*\.pth$'
12
- id: debug-statements
13
- repo: https://github.com/PyCQA/isort
14
rev: 5.9.3
0 commit comments