Spaces:
Sleeping
Sleeping
File size: 333 Bytes
f1f0eaa ba3d577 f1f0eaa ba3d577 f1f0eaa ba3d577 |
1 2 3 4 5 6 7 8 9 10 11 12 |
skips:
# Ignore defensive `assert`s, 80% of repos do this
- B101
# Standard pseudo-random generators are not suitable for security/cryptographic purposes
- B311
# Ignore warnings about importing subprocess
- B404
# Ignore warnings about calling subprocess
- B603
# Ignore warnings about calling subprocess
- B607
|