ahawker / crython

Lightweight task scheduler using cron expressions
Other
202 stars 22 forks source link

pyup.io: Scheduled weekly dependency update for week 42 #389

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update pylint from 2.4.2 to 2.4.3.

Changelog ### 2.4.3 ``` =========================== Pass the actual PyLinter object to sub processes to allow using custom PyLinter classes. PyLinter object (and all its members except reporter) needs to support pickling so the PyLinter object can be passed to worker processes. * Refactor file checking Remove code duplication from file checking. * Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements. Close 3148 * ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well. Close 3175 * Do not emit ``no-method-argument`` for functions using positional only args. Close 3161 * ``consider-using-sys-exit`` is no longer emitted when `exit` is imported in the local scope. Close 3147 * `invalid-overridden-method` takes `abc.abstractproperty` in account Close 3150 * Fixed ``missing-yield-type-doc`` getting incorrectly raised when a generator does not document a yield type but has a type annotation. Closes 3185 * ``typing.overload`` functions are exempted from ``too-many-function-args`` Close 3170 ```
Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/ - Repo: https://github.com/PyCQA/pylint
PyPI
pylint
python code static checker
Pylint Changelog - pyup.io
GitHub
PyCQA/pylint
It's not just a linter that annoys you! Contribute to PyCQA/pylint development by creating an account on GitHub.
codecov[bot] commented 4 years ago

Codecov Report

Merging #389 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #389   +/-   ##
=======================================
  Coverage   72.34%   72.34%           
=======================================
  Files           7        7           
  Lines         311      311           
  Branches       40       40           
=======================================
  Hits          225      225           
  Misses         77       77           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8acd12e...d705574. Read the comment docs.