diff --git a/pyproject.toml b/pyproject.toml index 309fb08..9f0afeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ build-backend = "poetry.core.masonry.api" [tool.ruff.lint] # Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. -select = ["E4", "E7", "E9", "F", "I", "ASYNC", "N"] +select = ["E4", "E7", "E9", "F", "I", "ASYNC", "N", "RUF", "ERA001"] ignore = [] # Allow fix for all enabled rules (when `--fix`) is provided.