diff --git a/pyproject.toml b/pyproject.toml index 5f4e972..1dbb619 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ ignore = [ "RET504", "S101", "UP015", - "ANN", "PTH", "I", + "ANN", "PTH", ] select = ["ALL"] @@ -66,6 +66,10 @@ lines-after-imports = 2 order-by-type = false section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] +[tool.ruff.per-file-ignores] +"tests/test_build.py" = ["I001"] +"tests/test_verify.py" = ["I001"] + [tool.setuptools] include-package-data = true