Skip to content

Commit

Permalink
re-enable numpydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jul 24, 2024
1 parent 10fc0b3 commit d8bd60d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Ouranosinc/cookiecutter-pypackage",
"commit": "04ac01aaf65caf5aeb1a3e2b881687473e55691c",
"commit": "bde0676566529a69276d43e1bcd78fa0b6527ed8",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ clean-test: ## remove test and coverage artifacts
lint/flake8: ## check style with flake8
python -m ruff check src/xsdba tests
python -m flake8 --config=.flake8 src/xsdba tests
# python -m numpydoc --validate src/xsdba
validate-docstrings src/xsdba/**.py

lint/black: ## check style with black
python -m black --check src/xsdba tests
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ dependencies:
- black ==24.4.2
- blackdoc ==0.3.9
- isort ==5.13.2
# - numpydoc >=1.7.0
- numpydoc >=1.7.0
- pre-commit >=3.5.0
- ruff >=0.5.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev = [
"coverage >=7.5.0",
"coveralls >=4.0.0",
"mypy",
# "numpydoc >=1.7.0",
"numpydoc >=1.7.0",
"pytest >=8.2.2",
"pytest-cov >=5.0.0",
"black ==24.4.2",
Expand Down

0 comments on commit d8bd60d

Please sign in to comment.