diff --git a/pyproject.toml b/pyproject.toml index fe456e4..66708b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,9 +120,9 @@ extend-select = [ "PIE", # flake8-pie "PLE", # pylint-error "PLW", # pylint-warning - "PLC", # pylint-convention + "PLC0415", # pylint-convention: import not at top of file + "PLC2701", # pylint-convention: private import "RUF", # ruff specific - "SIM", # flake8-simplify "T20", # flake8-print "TC", # flake8-type-checking "UP", # pyupgrade