diff --git a/pyproject.toml b/pyproject.toml index 9d3fbcb1..1047f6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,8 @@ pre-commit = ['autohooks.plugins.black', 'autohooks.plugins.ruff'] [tool.ruff] line-length = 80 target-version = "py39" + +[tool.ruff.lint] extend-select = ["I", "PLE", "PLW"] [tool.coverage.run]