Skip to content
Snippets Groups Projects
Verified Commit fa7723d1 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

flake8 config

parent 1d6ee2a2
No related branches found
No related tags found
No related merge requests found
[flake8]
ignore=E128,E501,E731,W503,W504,W505
......@@ -14,4 +14,4 @@ flake8:
# - E731: do not assign a lambda expression, use a def
# - W504: line break after binary operator (conflicts with old pep8 package)
# - W505: doc line too long
- flake8 --ignore=E128,E501,E731,W504,W505 .
- flake8 .
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