Skip to content

Commit

Permalink
馃敡馃┕ Fixed rstcheck hook config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Aug 27, 2022
1 parent 4887f81 commit bc87fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Expand Up @@ -80,6 +80,7 @@ repos:
hooks:
- id: rstcheck
additional_dependencies: [sphinx]
exclude: "^(docs/_templates)"

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -66,7 +66,7 @@ convention = numpy
test = pytest

[rstcheck]
ignore_directives = autoattribute,autoclass,autoexception,autofunction,automethod,automodule,highlight
ignore_directives = highlight,autosummary

[mypy]
show_error_codes = True

0 comments on commit bc87fa7

Please sign in to comment.