Skip to content

Commit

Permalink
#10 Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Apr 11, 2019
1 parent a1a12be commit 1109395
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 100
max-line-length=100
ignore=E501 # Ignoring "E501 line too long" since pylint checks it

[pytype]
disable =
wrong-keyword-args
disable=wrong-keyword-args
5 changes: 4 additions & 1 deletion tests/tests.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
disable=missing-docstring, unsubscriptable-object, no-self-use, unsupported-membership-test

[design]
min-public-methods=1
min-public-methods=1

[format]
max-line-length=110

0 comments on commit 1109395

Please sign in to comment.