dd1ee618a5
* Some local pickle operations and non-cryptographic random operations were marked as safe to the bandit linter * A bandit config file was added and assert warnings are now ignored globally * Tightened up exception handling and code style
5 lines
86 B
YAML
5 lines
86 B
YAML
# Codacy uses Bandit.
|
|
|
|
# Asserts are accepted throughout the project.
|
|
skips: ['B101']
|