Skip to content
Permalink
31e70c6854
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Merlin Buczek Linter settings
Latest commit e280284 May 3, 2019 History
0 contributors

Users who have contributed to this file

19 lines (15 sloc) 407 Bytes
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pycodestyle]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pylama]
format = pylint
skip = */.tox/*,*/.env/*
linters = pylint,pycodestyle,pyflakes,mccabe
ignore = R0901,C0111
[pylama:pycodestyle]
max_line_length = 120
[pylama:pylint]
max_line_length = 120