Skip to content

Commit

Permalink
Pin pylint to v2.5 to avoid new warnings. Revert disabled warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwt authored and Kenneth Nielsen committed Oct 18, 2020
1 parent 8933163 commit c0d07cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# progress
disable=too-many-lines,locally-disabled,duplicate-code,too-few-public-methods,
bad-option-value,no-else-return,cyclic-import,too-many-public-methods,
bad-continuation, super-with-arguments, raise-missing-from
bad-continuation


[REPORTS]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest >= 2.5
mock >= 1.0.1
graphviz
flake8
pylint >= 1.4
pylint == 2.5
coveralls
pytest-cov<2.6.0
wheel
Expand Down

0 comments on commit c0d07cb

Please sign in to comment.