Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flake8-docstrings requirement from ~=1.6 to ~=1.7 #143

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2023

Updates the requirements on flake8-docstrings to permit the latest version.

Changelog

Sourced from flake8-docstrings's changelog.

1.7.0

  • Add --property-decorators option.

1.6.0

  • Fix --ignore-noqa by disabling pydocstyle's noqa handling.

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

1.3.0

  • Bump minimum pydocstyle version to 2.1.0

1.2.0

  • Fix EnvironError and AllError invocations

  • Avoid Flake8 warning for requesting builtins

1.1.0

... (truncated)

Commits
  • cd8a6e7 1.7.0
  • e8c4f6c Merge pull request #48 from NMertsch/main
  • 85c3467 Improve consistency
  • 90edee9 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 2db7fd1 Add support for --property-decorators (pydocstyle 6.2.0) and --ignore-self-on...
  • 76463dc Merge pull request #45 from PyCQA/pre-commit-ci-update-config
  • 6b63437 [pre-commit.ci] pre-commit autoupdate
  • 24f52ee Merge pull request #46 from PyCQA/drop-py36
  • 5b9e800 drop python 3.6
  • 2469ca3 Merge pull request #44 from PyCQA/pre-commit-ci-update-config
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [flake8-docstrings](https://github.com/pycqa/flake8-docstrings) to permit the latest version.
- [Changelog](https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst)
- [Commits](PyCQA/flake8-docstrings@1.6.0...1.7.0)

---
updated-dependencies:
- dependency-name: flake8-docstrings
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. python Pull requests that update Python code labels Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants