Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linter settings
  • Loading branch information
Merlin Buczek committed May 3, 2019
1 parent 50869c3 commit e280284
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.cfg
Expand Up @@ -5,3 +5,15 @@ 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

0 comments on commit e280284

Please sign in to comment.