diff --git a/pyproject.toml b/pyproject.toml index bb9ada2..cf495bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,9 @@ replace = 'version = "{new_version}"' requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" +[tool.ruff.lint] +select = ["E4", "E7", "E9", "F"] + [tool.mypy] files = ["src", "tests"]