diff --git a/pyproject.toml b/pyproject.toml index 6369c55..8a9753b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,8 @@ include = "\\.pyi?$" [tool.ruff] line-length = 100 target-version = "py310" + +[tool.ruff.lint] select = ["E", "W", "F", "I", "UP", "B", "C4", "A", "SIM", "ARG", "PL", "RUF"] ignore = ["E501", "B008", "C901"]