|
|
@ -76,9 +76,10 @@ commands = npm install |
|
|
|
[flake8] |
|
|
|
# E123, E125 skipped as they are invalid PEP-8. |
|
|
|
# F405 TEMPLATES may be undefined, or defined from star imports |
|
|
|
# W504 line break after binary operator |
|
|
|
# (because it is not easy to avoid this in openstack_dashboard.test.settings) |
|
|
|
show-source = True |
|
|
|
ignore = E123,E125,F405 |
|
|
|
ignore = E123,E125,F405,W504 |
|
|
|
builtins = _ |
|
|
|
exclude=.venv,.git,.tox,.tmp,dist,doc,*lib/python*,*egg,build,node_modules |
|
|
|
|
|
|
|