Skip to content

Commit 3c71a54

Browse files
authored
chore: add .snyk configuration to ignore test files (#427)
1 parent 54292f4 commit 3c71a54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.snyk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Snyk (https://snyk.io) policy file
2+
---
3+
exclude:
4+
global:
5+
- "test_*.py"

0 commit comments

Comments
 (0)