Skip to content

Commit 0d69739

Browse files
ci (.pre-commit-config.yaml): skip scratch file
1 parent faaa22c commit 0d69739

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ repos:
2121
files: \.(py|sh)$
2222
- id: check-docstring-first
2323
files: \.(py)$
24+
exclude: |
25+
(?x)^(
26+
scratch.py
27+
)$
2428
- id: check-merge-conflict
2529
- id: check-shebang-scripts-are-executable
2630
files: \.(py|sh)$

0 commit comments

Comments
 (0)