Skip to content
Snippets Groups Projects
Commit 39be880c authored by David Trattnig's avatar David Trattnig
Browse files

chore(flake8): whitelist as in engine #28

parent 0e4af3e8
No related branches found
No related tags found
No related merge requests found
[flake8] [flake8]
max-line-length = 99 max-line-length = 99
exclude = config/, python/, src/aura_engine_api/rest/, .tox/ exclude = config/, python/, src/aura_engine_api/rest/, .tox/
ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802 ignore = E121,E123,E126,E203,E226,E24,E704,W503,N802,D105,D107,D200,D202,D212,D417
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment