We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bf3a0 commit 3f0207dCopy full SHA for 3f0207d
.pre-commit-config.yaml
@@ -23,6 +23,13 @@ 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
+ - sphinx==6.1.3
32
+ - tomli==2.0.1
33
- repo: https://github.com/asottile/pyupgrade
34
rev: v3.3.1
35
hooks:
pyproject.toml
@@ -30,3 +30,9 @@ warn_unused_ignores = true
[[tool.mypy.overrides]]
module = "tests.*"
allow_untyped_defs = true
+
+[tool.rstcheck]
+ignore_directives = [
36
+ "automodule",
37
+]
38
+report_level = "ERROR"
0 commit comments