nugget / python-insteonplm

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

Bump pydocstyle from 2.1.1 to 3.0.0 #134

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pydocstyle from 2.1.1 to 3.0.0.

Changelog *Sourced from [pydocstyle's changelog](https://github.com/PyCQA/pydocstyle/blob/master/docs/release_notes.rst).* > 3.0.0 - October 14th, 2018 > ========================== > > Major Updates > > - Support for Python 3.3 has been dropped ([\#315](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\315), [\#316](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\316)). > - Added support for Python 3.7 ([\#324](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\324)). > > New features > > - Violations are now reported on the line where the docstring starts, not the line of the `def`/`class` it corresponds to ([\#238](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\238), [\#83](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\83)). > - Updated description of pep257 and numpy conventions ([\#300](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\300)). > - `__all__` parsing is now done on a best-effort basis - if `__all__` can't be statically determined, it will be ignored ([\#320](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\320), [\#313](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\313)). > > Bug Fixes > > - Fixed a false-positive recognition of section names causing D405 to be reported ([\#311](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\311), [\#317](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\317)). > - Fixed a bug where functions that don't end with a newline will sometimes raise an exception ([\#321](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\321), [\#336](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/\336)).
Commits - [`37c00d8`](https://github.com/PyCQA/pydocstyle/commit/37c00d8fa8e43119e038d7309a784b094bd482ad) Bump version: 3.0.0rc → 3.0.0 - [`9ed0419`](https://github.com/PyCQA/pydocstyle/commit/9ed041908f2333c389a0a593851d4ceaac9661a5) Bump version: 2.1.2rc → 3.0.0rc - [`de46bc0`](https://github.com/PyCQA/pydocstyle/commit/de46bc041d2228723705dec84dec1596469ddeba) Updated docs for 3.0.0. - [`ff808f3`](https://github.com/PyCQA/pydocstyle/commit/ff808f3c7c12963e71ff6719398c94f02adc4bb4) Fixed `match` option in config file docs. ([#337](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/337)) - [`69145e7`](https://github.com/PyCQA/pydocstyle/commit/69145e7e370f4310a429a545dce8cf6c75b4659b) Fix newline exception ([#336](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/336)) - [`6dc6fea`](https://github.com/PyCQA/pydocstyle/commit/6dc6feac3711f645f65064244d296676b13d0337) [#175](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/175) - Add documentation for quote differences ([#334](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/334)) - [`d873260`](https://github.com/PyCQA/pydocstyle/commit/d873260a976511abca6e6b7202de1f636554808c) Add deprecation notice for Python 2.7 ([#335](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/335)) - [`8f779cf`](https://github.com/PyCQA/pydocstyle/commit/8f779cf5772259f3b940478e65e51ddc4447f1fb) Better __all__ parsing and error handling ([#320](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/320)) - [`eea4ca1`](https://github.com/PyCQA/pydocstyle/commit/eea4ca179553189a7b8a62d6085f15b50bb98e35) Spelling fixes ([#327](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/327)) - [`7f5303c`](https://github.com/PyCQA/pydocstyle/commit/7f5303c8f9c19010253e350a8d513c0f330226a0) Add support for python 3.7 ([#324](https://github-redirect.dependabot.com/PyCQA/pydocstyle/issues/324)) - Additional commits viewable in [compare view](https://github.com/PyCQA/pydocstyle/compare/2.1.1...3.0.0)


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.