nugget / python-insteonplm

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

Bump flake8-docstrings from 1.3.0 to 1.5.0 #188

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps flake8-docstrings from 1.3.0 to 1.5.0.

Changelog *Sourced from [flake8-docstrings's changelog](https://gitlab.com/pycqa/flake8-docstrings/blob/master/HISTORY.rst).* > 1.5.0 > ===== > > - Add `--ignore-decorators` option which allows functions with a specific decorator to ignore error codes. > > 1.4.0 > ===== > > - Add `--docstring-convention` option which allows selection of conventions besides the default `pep257`. Available options are based on those available from `pydocstyle` and are currently `pep257`, `google`, and `numpy`. `flake8-docstrings` also adds a special `all` docstring convention which will enable all rules from `pydocstyle`. Note that `pydocstyle` defines some conflicting rules so you'll want to use `ignore` / `extend-ignore` when selecting `docstring-convention = all` > - Bump minimum flake8 version to 3 > - Fix proper handling of `stdin` via `--stdin-display-name` > > 1.3.1 > ===== > > - Fix incompatibility with pydocstyle 4.x
Commits - [`dedc1fc`](https://gitlab.com/pycqa/flake8-docstrings/commit/dedc1fc0508b4ac586eabff59ff54813fa8ecb73) Bump version and add release notes for 1.5.0 - [`717254b`](https://gitlab.com/pycqa/flake8-docstrings/commit/717254b92c8d6419de425d3074a492be5a48983e) Merge branch 'AddIgnoreDecorators' into 'master' - [`9d35361`](https://gitlab.com/pycqa/flake8-docstrings/commit/9d35361369139ca77145c5da2ac58aed07c30c72) Improve readability - [`0a16418`](https://gitlab.com/pycqa/flake8-docstrings/commit/0a1641840aeef1dabbc6753b0addd99e3d714a8f) Implement --ignore-decorators option - [`a6d1489`](https://gitlab.com/pycqa/flake8-docstrings/commit/a6d1489b2ec14814732fff4906b5c3c6685c178c) Bump version and add release notes for 1.4.0 - [`971ab85`](https://gitlab.com/pycqa/flake8-docstrings/commit/971ab8564daf4ad404e2267ecebca9953000c63b) Merge branch 'wip_all_convention' into 'master' - [`e9a8912`](https://gitlab.com/pycqa/flake8-docstrings/commit/e9a8912efc355e0118c97e91ad80a7ade73a83e9) Add an all convention - [`f03b22e`](https://gitlab.com/pycqa/flake8-docstrings/commit/f03b22ed3d49d23550746007c5000349b856eaa8) Merge branch 'CI' into 'master' - [`4a0d1f8`](https://gitlab.com/pycqa/flake8-docstrings/commit/4a0d1f8c694bed3d3406b32bb6920ba6ab3255e3) Add gitlab ci - [`172a4c2`](https://gitlab.com/pycqa/flake8-docstrings/commit/172a4c2a0b902d4ef43630a0bbb2a80955eaf310) Merge branch 'lines_directly' into 'master' - Additional commits viewable in [compare view](https://gitlab.com/pycqa/flake8-docstrings/compare/1.3.0...1.5.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.


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.