diff --git a/pyproject.toml b/pyproject.toml index 31954092..5082bbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,11 +94,6 @@ check-laws = [ "pytest", "hypothesis" ] # Ruff config: https://docs.astral.sh/ruff/settings target-version = "py310" line-length = 80 -extend-exclude = [ - # Intentionally bad code: - "tests/**/__snapshots__/**", - "tests/fixtures/**", -] preview = true fix = true