mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
5 lines
293 B
YAML
5 lines
293 B
YAML
skips:
|
|
- B101 # Ignore defensive `assert`s (especially useful for mypy)
|
|
- B404 # Ignore warnings about importing subprocess
|
|
- B603 # Ignore warnings about calling subprocess.Popen without shell=True
|
|
- B607 # Ignore warnings about calling subprocess.Popen without a full path to executable
|