From c49090fb6e6326b4d9c1b3ec3f8ad7138354a4aa Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 18 Apr 2025 12:52:55 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) 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