[flake8]
# Only run our custom spec-subset checks (AXS prefix).
# Standard linting is handled by ruff.
select = AXS
exclude = tests
