Lines Matching +full:- +full:- +full:disable +full:- +full:examples
13 -r requirements-tests.txt
17 python -bb -m pytest {posargs}
22 -r requirements-tests.txt
26 sphinx-build -aEWb html docs/source docs/build/html
31 -r requirements-tests.txt
35 python -m ruff format docs/source/examples src tests
36 python -m ruff check --fix src docs/source/examples tests
41 -r requirements-tests.txt
44 python -m mypy docs/source/examples
45 python -m mypy src
48 python -m mypy --platform darwin --disable-error-code unused-ignore \
51 python -m mypy --platform freebsd --disable-error-code unused-ignore \
53 python -m mypy --platform linux --disable-error-code unused-ignore \
57 python -m mypy --platform win32 --disable-error-code unused-ignore \