Skip to content

Commit fb2f5b0

Browse files
Update .pre-commit-config.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
1 parent 0b89159 commit fb2f5b0

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
@@ -51,7 +51,7 @@ repos:
5151
name: Disallow improper capitalization
5252
language: pygrep
5353
entry: '\b(?:Numpy|Github|PyTest|Mqt|Tum)\b'
54-
exclude: ^(.pre-commit-config.yaml|webpage/package-lock.json|.*.zip)
54+
exclude: ^(.pre-commit-config.yaml|webpage/package-lock.json|.*\.zip)
5555
priority: 0
5656

5757
## Check for spelling

0 commit comments

Comments
 (0)