ahawker / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Python 3
Apache License 2.0
697 stars 42 forks source link

pyup.io: Scheduled daily dependency update on sunday #172

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Update pylint from 1.8.4 to 1.9.1.

Changelog ### 1.9 ``` ========================= Release date: 2018-05-15 * Added two new Python 3 porting checks, `exception-escape` and `comprehension-escape` These two are emitted whenever pylint detects that a variable defined in the said blocks is used outside of the given block. On Python 3 these values are deleted. * Added a new `deprecated-sys-function`, emitted when accessing removed sys members. * Added `xreadlines-attribute`, emitted when the `xreadlines()` attribute is accessed. * The Python 3 porting mode can now run with Python 3 as well. * docparams extension allows abstract methods to document what overriding implementations should return, and to raise NotImplementedError without documenting it. Closes 2044 * Special methods do not count towards `too-few-methods`, and are considered part of the public API. * Enum classes do not trigger `too-few-methods` Close 605 * Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3 Close 1936 * Added a new Python 2/3 check for accessing removed urllib functions Close 1997 ```
Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/ - Repo: https://github.com/PyCQA/pylint
codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #172   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines         267    267           
  Branches       58     58           
=====================================
  Hits          267    267

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 f269a1d...d293e61. Read the comment docs.