Skip to content
Snippets Groups Projects
Commit b2248367 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Updated flake8 rules

parent 97100ecb
No related branches found
No related tags found
No related merge requests found
[flake8]
ignore=E128,E501,E731,W503,W504,W505
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
# Ignored errors:
# - E501: line too long
# - W503: line break before binary operator (deprecated rule)
# - W505: doc line too long
ignore=E501,W503,W505
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