PyBitmessage-2021-04-27/bandit.yml
coffeedogs dd1ee618a5
Fixed: Simple Codacy errors and warnings in src/helper_*
* 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
2018-05-02 15:52:47 +01:00

5 lines
86 B
YAML

# Codacy uses Bandit.
# Asserts are accepted throughout the project.
skips: ['B101']