nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
32 stars 19 forks source link

Bump pylint from 2.3.1 to 2.4.1 #185

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pylint from 2.3.1 to 2.4.1.

Changelog *Sourced from [pylint's changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog).* > What's New in Pylint 2.4.1? > =========================== > > Release date: 2019-09-25 > > > * Exempt type checking definitions defined in both clauses of a type checking guard > > Close [#3127](https://github-redirect.dependabot.com/PyCQA/pylint/issues/3127) > > > * Exempt type checking definitions inside the type check guard > > In a7f236528bb3758886b97285a56f3f9ce5b13a99 we added basic support > for emitting `used-before-assignment` if a variable was only defined > inside a type checking guard (using `TYPE_CHECKING` variable from `typing`) > Unfortunately that missed the case of using those type checking imports > inside the guard itself, which triggered spurious used-before-assignment errors. > > Close [#3119](https://github-redirect.dependabot.com/PyCQA/pylint/issues/3119) > > * Require astroid >= 2.3 to avoid any compatibility issues. > > > What's New in Pylint 2.4.0? > =========================== > > Release date: 2019-09-24 > > * New check: ``import-outside-toplevel`` > > This check warns when modules are imported from places other than a > module toplevel, e.g. inside a function or a class. > > * Handle inference ambiguity for ``invalid-format-index`` > > Close [#2752](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2752) > > * Removed Python 2 specific checks such as ``relative-import``, > ``invalid-encoded-data``, ``missing-super-argument``. > > * Support forward references for ``function-redefined`` check. > > Close [#2540](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2540) > > * Handle redefinitions in case of type checking imports. > > Close [#2834](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2834) > > * Added a new check, ``consider-using-sys-exit`` > ... (truncated)
Commits - [`5d2fbaf`](https://github.com/PyCQA/pylint/commit/5d2fbaf76f234ff572e6be84ac1252af2eeea8bb) Prepare 2.4.1 - [`3159b17`](https://github.com/PyCQA/pylint/commit/3159b1744caee14068b4d875bb5adaa5ffbebd44) Exempt type checking definitions defined in both clauses of a type checking g... - [`2fa5d43`](https://github.com/PyCQA/pylint/commit/2fa5d435df32ff363596de6e0285c13264e4ba30) Exempt type checking definitions inside the type check guard - [`2600815`](https://github.com/PyCQA/pylint/commit/26008155931784eb933a5cd3a09f109cf105fd1b) Require astroid >= 2.3 - [`fce8bff`](https://github.com/PyCQA/pylint/commit/fce8bff8acc8dfa625529bde5c28691d94fad51e) Try again to do a release - [`6775a00`](https://github.com/PyCQA/pylint/commit/6775a008486b6031ea36ff1ba4cf720a3edeb1d3) use a token for travis releases - [`15209f6`](https://github.com/PyCQA/pylint/commit/15209f6642c8f9b2e1e100cdc8272d18f9363df6) Prepare release - [`d9ed7d1`](https://github.com/PyCQA/pylint/commit/d9ed7d1db99d3b5ea84de4937997fae0dc22545f) Simplify and improve the logic of consider-iterating-dictionary - [`d23a16e`](https://github.com/PyCQA/pylint/commit/d23a16e3cb454e6343bc3772c82dca172f3eb6a8) Add regression test for old-division and floats. Close [#3039](https://github-redirect.dependabot.com/PyCQA/pylint/issues/3039) - [`3e1f61d`](https://github.com/PyCQA/pylint/commit/3e1f61d0df4ded6479c5b109d495b8a1cd2cde31) Squash multiple checks for special classes into a single function - Additional commits viewable in [compare view](https://github.com/PyCQA/pylint/compare/pylint-2.3.1...pylint-2.4.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #187.