diff --git a/poetry.lock b/poetry.lock index f777b3f..3b079f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -583,21 +583,24 @@ 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" category = "dev" 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 = "gitdb" version = "4.0.10" @@ -1965,4 +1968,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "05ff1e6a32860e92cd21dd84e1a34d2768b796c1aedee510bcb784feb9cd82aa" +content-hash = "d3a8585f3d5790af1aef89f31d589f401f7f0256a94f864ba394d066ea768ed1" diff --git a/pyproject.toml b/pyproject.toml index a4912e3..78a453b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ sphinx-copybutton = "^0.5.1" pep8-naming = "^0.12.1" Pygments = "^2.9.0" sphinx-autodoc-typehints = "^1.12.0" -flake8-rst-docstrings = "^0.2.3" +flake8-rst-docstrings = "^0.3.0" pre-commit = "^2.21.0" pre-commit-hooks = "^4.0.1" isort = "^5.9.3"