Skip to content
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

Probing problems with repo-review checks on tests + docs folders #566

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
formerly_docs/_build/

# PyBuilder
.pybuilder/
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ repos:
additional_dependencies: ["repo-review[cli]"]
args: ["--show=errskip"]

# TODO: pending the addition of numpydoc, including config file(s).
#- repo: https://github.com/numpy/numpydoc
# rev: v1.7.0
# rev: v1.8.0
# hooks:
# - id: numpydoc-validation
# exclude: "src/iris_grib/formerly_tests/|noxfile.py|formerly_docs/conf.py"
# types: [file, python]
233 changes: 0 additions & 233 deletions docs/Makefile

This file was deleted.

Loading
Loading