diff --git a/pyproject.toml b/pyproject.toml index b09a292..b26153a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,6 +168,7 @@ lint.extend-select = [ "B", # flake8-bugbear "C4", # flake8-comprehensions "D", # pydocstyle + "FURB", # refurb "G", # flake8-logging-format "I", # isort "PERF", # perflint-perf