nugget / python-insteonplm

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

Bump pylint from 2.1.1 to 2.2.2 #126

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pylint from 2.1.1 to 2.2.2.

Changelog *Sourced from [pylint's changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog).* > What's New in Pylint 2.2.2? > =========================== > > Release date: 2018-11-28 > > * Change the ``logging-format-style`` to use name identifier instead of their > corresponding Python identifiers > > This is to prevent users having to think about escaping the default value for > ``logging-format-style`` in the generated config file. Also our config parsing > utilities don't quite support escaped values when it comes to ``choices`` detection, > so this would have needed various hacks around that. > > Closes [#2614](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2614) > > > What's New in Pylint 2.2.1? > =========================== > > Release date: 2018-11-27 > > * Fix a crash caused by `implicit-str-concat-in-sequence` and multi-bytes characters. > > Closes [#2610](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2610) > > What's New in Pylint 2.2? > ========================= > > Release date: 2018-11-25 > > * Consider ``range()`` objects for ``undefined-loop-variable`` leaking from iteration. > > Close [#2533](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2533) > > * ``deprecated-method`` can use the attribute name for identifying a deprecated method > > Previously we were using the fully qualified name, which we still do, but the fully > qualified name for some ``unittest`` deprecated aliases leads to a generic > deprecation function. Instead on relying on that, we now also rely on the attribute > name, which should solve some false positives. > > Close [#1653](https://github-redirect.dependabot.com/PyCQA/pylint/issues/1653) > Close [#1946](https://github-redirect.dependabot.com/PyCQA/pylint/issues/1946) > > * Fix compatibility with changes to stdlib tokenizer. > > * ``pylint`` is less eager to consume the whole line for pragmas > > Close [#2485](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2485) > > ... (truncated)
Commits - [`55c6385`](https://github.com/PyCQA/pylint/commit/55c638537ac956c463b79b16e73a0505ae544dfe) Prepare 2.2.2 - [`5105c41`](https://github.com/PyCQA/pylint/commit/5105c419f43194d7b34802f62f9b8ac51f96a2e8) Fix the documentation - [`5046b8e`](https://github.com/PyCQA/pylint/commit/5046b8edf653ae2b26bb6b81ef424612380f88bf) Revert "Replace StopIterationCalls in ForwardSlashChunker with returns." - [`7de1f56`](https://github.com/PyCQA/pylint/commit/7de1f56047d5939f1d5670884160301792d1d51b) Replace StopIterationCalls in ForwardSlashChunker with returns. - [`754ce1d`](https://github.com/PyCQA/pylint/commit/754ce1dffae4c8e5a1f40decc24ebf03024ab97d) Change the ``logging-format-style`` to use name identifier instead of their c... - [`484d172`](https://github.com/PyCQA/pylint/commit/484d1720a177454ca783d526c9a55b85c3516016) Set _module_pkg on init as well, not just on open. Close [#2613](https://github-redirect.dependabot.com/PyCQA/pylint/issues/2613) - [`71f7aca`](https://github.com/PyCQA/pylint/commit/71f7acae1e7cdbce039171641e795463156a9034) Prepare 2.2.1 - [`f4ebdce`](https://github.com/PyCQA/pylint/commit/f4ebdce59f7043eb612d3363244f3c3cb7b7b8ce) implicit-str-concat-in-sequence: Handling lines with multi-bytes characters -... - [`1ac8385`](https://github.com/PyCQA/pylint/commit/1ac83855b38a8d053ec5d0403a5c0e6e8b191fbb) Forgot to update the documentation as well - [`ef34162`](https://github.com/PyCQA/pylint/commit/ef34162576f0d86b1c5ef4f0b8ff74afe3bb44fb) Prepare 2.2 - Additional commits viewable in [compare view](https://github.com/PyCQA/pylint/compare/pylint-2.1.1...pylint-2.2.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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 5 years ago

Superseded by #136.