We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84591e commit ec6f9dfCopy full SHA for ec6f9df
pyproject.toml
@@ -104,8 +104,9 @@ commands =
104
pre-commit: pre-commit run --all-files --show-diff-on-failure {posargs}
105
type-checking: mypy src tests {posargs}
106
tests: pytest --cov=atip --cov-report term --cov-report xml:cov.xml {posargs}
107
- docs: sphinx-{posargs:build -EW --keep-going} -T docs build/html
+ docs: sphinx-{posargs:build -E --keep-going} -T docs build/html
108
"""
109
+# Add -W flag to sphinx-build if you want to fail on warnings
110
111
[tool.ruff]
112
src = ["src", "tests"]
0 commit comments