[tox] requires = tox>=4 envlist = # Test using the system Python. test, # Test the extra encryption functionality. test-encryption, # Run pre-commit on all files. lint, # Run pre-commit on all files, including stages that require manual fixes. lint-manual, # Typecheck using mypy. typecheck-mypy, # Typecheck using pyright. typecheck-pyright, # Typecheck using pyright strict. typecheck-pyright-strict, # Typecheck all files. typecheck, # Build sphinx docs doc, # Test sphinx docs doc-test, # Linkcheck sphinx docs linkcheck labels = # Use labels and -m instead of -e so that tox -m