Skip to content

Commit 1f49221

Browse files
committed
pre-commit exclude files in docs/, docs_rst/, test_files/, tests/ directories
1 parent bdca913 commit 1f49221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
exclude: ^(docs/|docs_rst/|.*test_files/|.*tests/).*$
2+
13
repos:
24
- repo: https://github.com/myint/autoflake
35
rev: v1.4

0 commit comments

Comments
 (0)