Something went wrong on our end
-
Antoine SCHILDKNECHT authoredAntoine SCHILDKNECHT authored
base.yml 89 B
[flake8]
# 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