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.4.0 #180

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps flake8-docstrings from 1.3.0 to 1.4.0.

Changelog *Sourced from [flake8-docstrings's changelog](https://gitlab.com/pycqa/flake8-docstrings/blob/master/HISTORY.rst).* > 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 - [`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' - [`72d6ee6`](https://gitlab.com/pycqa/flake8-docstrings/commit/72d6ee65f40f71bcf2cb34b3ce57a23b12f61505) Require flake8 3.x and fix --stdin-display-name - [`2fe56b1`](https://gitlab.com/pycqa/flake8-docstrings/commit/2fe56b19e07c75a57d9bf8086af2a3e43c88414c) Merge branch 'conventions' into 'master' - [`29b253d`](https://gitlab.com/pycqa/flake8-docstrings/commit/29b253d509b3a837e377da415639cb18284bd4f5) Avoid any mismatch in pydocstyle docstring conventions - [`d9f076b`](https://gitlab.com/pycqa/flake8-docstrings/commit/d9f076be1a2888637f9715543d37c2fabec21e7e) Remove redundant comment - Additional commits viewable in [compare view](https://gitlab.com/pycqa/flake8-docstrings/compare/1.3.0...1.4.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) - 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 4 years ago

Superseded by #188.