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 styleKleshni/POW
parent
c9a2240b44
commit
dd1ee618a5
@ -0,0 +1,4 @@
|
||||
# Codacy uses Bandit.
|
||||
|
||||
# Asserts are accepted throughout the project.
|
||||
skips: ['B101']
|
Loading…
Reference in New Issue