add pre-commit

This commit is contained in:
Robert Resch 2022-01-29 17:24:00 +01:00
parent ec3cb41dc0
commit bf2514cb09
14 changed files with 320 additions and 800 deletions

21
bandit.yaml Normal file
View file

@ -0,0 +1,21 @@
# https://bandit.readthedocs.io/en/latest/config.html
tests:
- B103
- B108
- B306
- B307
- B313
- B314
- B315
- B316
- B317
- B318
- B319
- B320
- B325
- B601
- B602
- B604
- B608
- B609