Fix wo info and add tweaks to wo stack upgrade
This commit is contained in:
15
setup.cfg
15
setup.cfg
@@ -12,4 +12,17 @@ cover-html-dir=coverage_report/
|
||||
where=tests/
|
||||
|
||||
[metadata]
|
||||
license-file = LICENSE
|
||||
license-file = LICENSE
|
||||
|
||||
[flake8]
|
||||
ignore = F405,W504,S322,S404,S603,s607,s602
|
||||
exclude =
|
||||
# No need to traverse our git directory
|
||||
.git,
|
||||
# There's no value in checking cache directories
|
||||
__pycache__,
|
||||
# This contains our built documentation
|
||||
build,
|
||||
# This contains builds of flake8 that we don't want to check
|
||||
dist
|
||||
max-complexity = 10
|
||||
Reference in New Issue
Block a user