diff --git a/ferveo-python/pyproject.toml b/ferveo-python/pyproject.toml index 610492e4..2532c800 100644 --- a/ferveo-python/pyproject.toml +++ b/ferveo-python/pyproject.toml @@ -2,5 +2,5 @@ requires = ["setuptools", "wheel", "setuptools-rust"] [tool.ruff] -exclude = ["ferveo/__init__.py"] - +exclude = ["ferveo/__init__.py"] # false-positive unused-import +select = ["E", "F", "I"]