Bump flake8-rst-docstrings from 0.2.7 to 0.3.0 (#1315)
Bumps [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) from 0.2.7 to 0.3.0. - [Commits](https://github.com/peterjc/flake8-rst-docstrings/compare/v0.2.7...v0.3.0) --- updated-dependencies: - dependency-name: flake8-rst-docstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d3068ae07c
commit
d8d9cfe89f
|
@ -252,20 +252,23 @@ flake8 = "*"
|
|||
|
||||
[[package]]
|
||||
name = "flake8-rst-docstrings"
|
||||
version = "0.2.7"
|
||||
description = "Python docstring reStructuredText (RST) validator"
|
||||
version = "0.3.0"
|
||||
description = "Python docstring reStructuredText (RST) validator for flake8"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "flake8-rst-docstrings-0.2.7.tar.gz", hash = "sha256:2740067ab9237559dd45a3434d8c987792c7b259ca563621a3b95efe201f5382"},
|
||||
{file = "flake8_rst_docstrings-0.2.7-py3-none-any.whl", hash = "sha256:5d56075dce360bcc9c6775bfe7cb431aa395de600ca7e8d40580a28d50b2a803"},
|
||||
{file = "flake8-rst-docstrings-0.3.0.tar.gz", hash = "sha256:d1ce22b4bd37b73cd86b8d980e946ef198cfcc18ed82fedb674ceaa2f8d1afa4"},
|
||||
{file = "flake8_rst_docstrings-0.3.0-py3-none-any.whl", hash = "sha256:f8c3c6892ff402292651c31983a38da082480ad3ba253743de52989bdc84ca1c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
flake8 = ">=3.0.0"
|
||||
flake8 = ">=3"
|
||||
pygments = "*"
|
||||
restructuredtext-lint = "*"
|
||||
|
||||
[package.extras]
|
||||
develop = ["build", "twine"]
|
||||
|
||||
[[package]]
|
||||
name = "identify"
|
||||
version = "2.5.22"
|
||||
|
@ -730,4 +733,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.11,<3.13"
|
||||
content-hash = "6694a5a37eddde7b15c0b4064782e2de9466899701a54142c96ae580dc09f550"
|
||||
content-hash = "d0687175e5fdf98102102fb1ab1ab762475183b7ec6fcb0324cbb91227cd80b8"
|
||||
|
|
|
@ -26,7 +26,7 @@ bandit = "1.7.8"
|
|||
|
||||
flake8-bugbear = "^23.3.12"
|
||||
flake8-docstrings = "^1.6.0"
|
||||
flake8-rst-docstrings = "^0.2.7"
|
||||
flake8-rst-docstrings = "^0.3.0"
|
||||
reorder-python-imports = "^3.12.0"
|
||||
pre-commit-hooks = "^4.5.0"
|
||||
pyupgrade = "^3.15.2"
|
||||
|
|
Loading…
Reference in New Issue