Limych / ha-iaquk

Indoor Air Quality Sensor Component for Home Assistant
MIT License
105 stars 15 forks source link

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

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

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 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)
Limych commented 11 months ago

@dependabot rebase

dependabot[bot] commented 11 months ago

Looks like flake8-docstrings is up-to-date now, so this is no longer needed.