We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16aae46 commit cd1257fCopy full SHA for cd1257f
2 files changed
.pre-commit-config.yaml
@@ -23,6 +23,12 @@ repos:
23
- id: setup-cfg-fmt
24
args:
25
- --include-version-classifiers
26
+- repo: https://github.com/rstcheck/rstcheck
27
+ rev: v6.1.1
28
+ hooks:
29
+ - id: rstcheck
30
+ additional_dependencies:
31
+ - tomli==2.0.1
32
- repo: https://github.com/asottile/pyupgrade
33
rev: v3.3.1
34
hooks:
pyproject.toml
@@ -23,3 +23,6 @@ warn_unreachable = true
[[tool.mypy.overrides]]
module = "tests.*"
allow_untyped_defs = true
+
+[tool.rstcheck]
+report_level = "ERROR"
0 commit comments