Skip to content

Commit 1a8b6f8

Browse files
committed
Ignore test_input_validation in pre-commit
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 46cec6d commit 1a8b6f8

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
@@ -18,7 +18,7 @@
1818
# report issues (linters). Modified files will need to be staged again.
1919
# -----------------------------------------------------------------------------
2020

21-
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py)$' # ignore these files
21+
exclude: '(^|/)(\.pre-commit-config\.yaml|normalize_special_characters\.py|test_input_validation\.py)$' # ignore these files
2222

2323
repos:
2424
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)