diff --git a/pyproject.toml b/pyproject.toml index d86ce71..205016e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,8 @@ select = [ "N", # pep8-naming "W", # pycodestyle "D", # pydocstyle + "UP", + "C4", ] target-version = "py310" extend-select = [