Skip to content

Commit aaa2e33

Browse files
Bump flake8-docstrings from 1.6.0 to 1.7.0 (#23)
Bumps [flake8-docstrings](https://github.com/pycqa/flake8-docstrings) from 1.6.0 to 1.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst">flake8-docstrings's changelog</a>.</em></p> <blockquote> <h2>1.7.0</h2> <ul> <li>Add <code>--property-decorators</code> option.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/cd8a6e79f276b8b9d085776e5c2d8fc256f77e30"><code>cd8a6e7</code></a> 1.7.0</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/e8c4f6ccd1cff42b6578ed93e2c6b38cc1c468e8"><code>e8c4f6c</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8-docstrings/issues/48">#48</a> from NMertsch/main</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/85c3467280d47fa22389eedcfe7b0580128f806a"><code>85c3467</code></a> Improve consistency</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/90edee904f250a1693c4a39231eb845f6e0ed783"><code>90edee9</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/2db7fd193e998663cffb0811c760d286ae2d4738"><code>2db7fd1</code></a> Add support for --property-decorators (pydocstyle 6.2.0) and --ignore-self-on...</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/76463dcc64395d46e35d495bf7c947f93f630c83"><code>76463dc</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8-docstrings/issues/45">#45</a> from PyCQA/pre-commit-ci-update-config</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/6b6343704978d8bb358ffff01f92d576b1eee275"><code>6b63437</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/24f52eeb08401102ae7004d87f8a62dce7a631a3"><code>24f52ee</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8-docstrings/issues/46">#46</a> from PyCQA/drop-py36</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/5b9e80042ce6b5b694d3ee19f3aa9f5cd6e0368a"><code>5b9e800</code></a> drop python 3.6</li> <li><a href="https://github.com/PyCQA/flake8-docstrings/commit/2469ca334ab8a7c928d8e01843eba3f60642eb79"><code>2469ca3</code></a> Merge pull request <a href="https://redirect.github.com/pycqa/flake8-docstrings/issues/44">#44</a> from PyCQA/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pycqa/flake8-docstrings/compare/1.6.0...1.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8-docstrings&package-manager=pip&previous-version=1.6.0&new-version=1.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cb5a8f commit aaa2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
"flake8-bugbear==23.5.9",
4040
"flake8-builtins==2.1.0",
4141
"flake8-comprehensions==3.12.0",
42-
"flake8-docstrings==1.6.0",
42+
"flake8-docstrings==1.7.0",
4343
"flake8-encodings[classes]==0.5.0.post1",
4444
"flake8-return==1.2.0",
4545
"flake8-simplify==0.19.3",

0 commit comments

Comments
 (0)