Skip to content

Commit

Permalink
added warning as error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Aug 13, 2024
1 parent cb5abaf commit a66c537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ commands =
pre-commit: pre-commit run --all-files {posargs}
type-checking: mypy src tests {posargs}
tests: pytest --cov=scanspec --cov-report term --cov-report xml:cov.xml {posargs}
docs: sphinx-{posargs:build -E --keep-going} -T docs build/html
docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
"""

[tool.ruff]
Expand Down

0 comments on commit a66c537

Please sign in to comment.