Skip to content

Commit

Permalink
Update pylama.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 16, 2018
1 parent 3296482 commit f93b851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylama.ini
Expand Up @@ -18,7 +18,8 @@ ignore = W0611
# E241 multiple spaces after ',' [pycodestyle]
# E501 line too long [pycodestyle]
# W291 trailing whitespace [pycodestyle]
ignore = E241,E501,W291
# W0401 XXX may be undefined, or defined from star imports: .data [pyflakes]
ignore = E241,E501,W291,W0401

[pylama:examples/py/*.py]
ignore = E241

0 comments on commit f93b851

Please sign in to comment.