Skip to content

Commit ea58340

Browse files
build(deps-dev): update flake8-rst-docstrings requirement
Updates the requirements on [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) to permit the latest version. - [Commits](peterjc/flake8-rst-docstrings@v0.0.11...v0.4.0) --- updated-dependencies: - dependency-name: flake8-rst-docstrings dependency-version: 0.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29087fa commit ea58340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ lint = [
3838
'flake8-docstrings',
3939
'flake8-quotes',
4040
'flake8-logging-format',
41-
'flake8-rst-docstrings >= 0.0.11',
41+
'flake8-rst-docstrings >= 0.4.0',
4242
'isort',
4343
'mypy',
4444
# Support for pyproject.toml added in 6.1.0

0 commit comments

Comments
 (0)