alnoda-workspaces/workspaces/notebook-old-workspace/nbviewer/.flake8

15 lines
361 B
Plaintext
Raw Normal View History

2022-05-30 19:24:06 +12:00
[flake8]
# Ignore style and complexity
# E: style errors
# W: style warnings
# F401: module imported but unused
# F811: redefinition of unused `name` from line `N`
# F841: local variable assigned but never used
ignore = E, C, W, F401, F403, F811, F841, E402, I100, I101, D400
exclude =
helm-chart,
hooks,
setup.py,
statuspage,
versioneer.py