We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b2a5b commit cc8615bCopy full SHA for cc8615b
CHANGELOG.md
@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
15
- Support for Python 3.9 in CI.
16
17
+### Fixed
18
+
19
+- Fix call to updated restructuredtext-lint lint_file. (#556)
20
+ - The minimum supported version of restructuredtext-lint is now 2.0.0.
21
22
### Updated
23
24
- Use `|` (pipe) syntax for type hints.
pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
43
"pyflakes",
44
"pylint",
45
"pyright",
46
- "restructuredtext-lint",
+ "restructuredtext-lint>=2",
47
"rstcheck",
48
"ruff>=0.0.237",
49
"sphinx",
0 commit comments