diff --git a/ruff.toml b/ruff.toml index 186a356a..1b4c1809 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,5 +1,5 @@ [lint] -select = ["I", "TCH", "PLC", "PLE"] +select = ["I", "TCH", "PLC", "PLE", "F", "E"] # extend-select = ["ALL"] ignore = ["E722", "F841", "E501"]