Created
January 24, 2021 16:51
-
-
Save KhalidCK/52837af07ff88a7cd332112212c413cc to your computer and use it in GitHub Desktop.
basic bandit python conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not check paths including `/tests/`: | |
# they use `assert`, leading to B101 false positives. | |
exclude_dirs: | |
- '/tests/' | |
- '/.venv/' | |
- '/k8s/' | |
- '/test*' | |
skips: | |
- 'B101' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment