Skip to content
Snippets Groups Projects
Commit a28a684e authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Un-ignore some linting rules

parent 3b8eed00
No related branches found
No related tags found
1 merge request!102Un-ignore some linting rules
Pipeline #28410 passed
[flake8]
max-line-length = 120
exclude=build,.eggs,.git
# Flake8 ignores multiple errors by default;
# the only interesting ignore is W503, which goes against PEP8.
# See https://lintlyci.github.io/Flake8Rules/rules/W503.html
ignore=W503
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