Skip to content

Instantly share code, notes, and snippets.

@KhalidCK
Created January 24, 2021 16:51
Show Gist options
  • Save KhalidCK/52837af07ff88a7cd332112212c413cc to your computer and use it in GitHub Desktop.
Save KhalidCK/52837af07ff88a7cd332112212c413cc to your computer and use it in GitHub Desktop.
basic bandit python conf
# 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