Skip to content

Commit 0c7e884

Browse files
Exclude boilerplate script
1 parent d04bc5c commit 0c7e884

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
@@ -25,6 +25,10 @@ repos:
2525
- id: check-added-large-files
2626
args: ['--maxkb=1024']
2727
- id: check-docstring-first
28+
exclude: |
29+
(?x)^(
30+
hello.py
31+
)$
2832
- id: check-executables-have-shebangs
2933
- id: check-merge-conflict
3034
- id: check-shebang-scripts-are-executable

0 commit comments

Comments
 (0)