Skip to content

CI move check incorrect sphinx directives to pre-commit #37136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .pre-commit-config.yaml
  • Loading branch information
MarcoGorelli authored Oct 15, 2020
commit 2c32a60252e9593efa0a269a5e8a7e7bcd67fc94
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
|function|image|important|include|ipython|literalinclude
|math|module|note|raw|seealso|toctree|versionadded
|versionchanged|warning):[^:]
files: .(py|pyx)$
files: .(py|pyx|rst)$
- repo: https://github.com/asottile/yesqa
rev: v1.2.2
hooks:
Expand Down