Skip to content

Commit 396efa4

Browse files
committed
Add noqa for random module - used for example generation, not security
1 parent dcac252 commit 396efa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gixy/core/regexp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from itertools import product
22
import logging
33
import re
4-
import random
4+
import random # noqa: S311 - used for example generation, not security
55
import itertools
66

77
try:

0 commit comments

Comments
 (0)