Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit bde30c0

Browse files
Update flake8-rst-docstrings requirement from <0.3,>=0.2 to >=0.2,<0.4
Updates the requirements on [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) to permit the latest version. - [Release notes](https://github.com/peterjc/flake8-rst-docstrings/releases) - [Commits](peterjc/flake8-rst-docstrings@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: flake8-rst-docstrings dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0cea19 commit bde30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"flake8-builtins>=1.5,<3", # Avoid shadowing Python built-in names
7373
"flake8-colors>=0.1,<0.2", # Produce colorful error / warning output
7474
"flake8-docstrings>=1.5,<2", # Ensure docstrings are formatted well
75-
"flake8-rst-docstrings>=0.2,<0.3", # Allow use of ReST in docstrings
75+
"flake8-rst-docstrings>=0.2,<0.4", # Allow use of ReST in docstrings
7676
"flake8-use-fstring>=1,<2", # Highlight use of old-style string formatting
7777
"mccabe>=0.6,<0.8", # Checks that code isn't overly complicated
7878
"pandas>=1.4,<1.6",

0 commit comments

Comments
 (0)