Skip to content

Conversation

penguinolog
Copy link
Collaborator

  • pylint<2.0 due to not python 2.7 at pylint2 and false-negative
  • mypy target for tox (only local for now) with types declared
  • use @typing.overload for declaring return dependent from input
  • use abc.ABCMeta as metaclass for abstract code

espositocloud
espositocloud previously approved these changes Jul 17, 2018
@coveralls
Copy link
Collaborator

coveralls commented Jul 17, 2018

Pull Request Test Coverage Report for Build 377

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 372: 0.0%
Covered Lines: 456
Relevant Lines: 456

💛 - Coveralls

* `pylint<2.0` due to not python 2.7 at pylint2 and false-negative
* `mypy` target for tox (only local for now) with types declared
* use `@typing.overload` for declaring return dependent from input
* use `abc.ABCMeta` as metaclass for abstract code
@penguinolog penguinolog merged commit 6e948aa into python-useful-helpers:master Jul 17, 2018
@penguinolog penguinolog deleted the mypy_pylint branch July 17, 2018 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants