Skip to content
Snippets Groups Projects
Commit 94414da1 authored by AndiMajore's avatar AndiMajore
Browse files

adjusted linting options for line length

Former-commit-id: 479bb578f96d3c3ff146c2e11baa6e42943cb748 [formerly bf62114fe159954e9febe5c66c335ed54abda0d7]
Former-commit-id: 2f8bb90e7f528840aaaabdc295cf06ad240a7976
parent 4b922bd7
No related branches found
No related tags found
No related merge requests found
[pycodestyle]
exclude = */migrations/*,.env,venv,test_*,manage.py,tasks/*,*/commands/*
max-line-length = 120
max-line-length = 200
ignore = E203,W503
[flake8]
exclude = */migrations/*,.env,venv,test_*,manage.py,tasks/*,*/commands/*,*/__init__.py,*/settings.py
max-line-length = 120
max-line-length = 200
ignore = E203,W503,F405,F403
inline-quotes = '
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment