@@ -139,26 +139,22 @@ exclude = "wheels/multibuild"
139139exclude = [ " wheels/multibuild" ]
140140fix = true
141141lint.select = [
142- " C4" , # flake8-comprehensions
143- " E" , # pycodestyle errors
144- " EM" , # flake8-errmsg
145- " F" , # pyflakes errors
146- " I" , # isort
147- " ISC" , # flake8-implicit-str-concat
148- " LOG" , # flake8-logging
149- " PERF101" , # perflint: unnecessary-list-cast
150- " PERF102" , # perflint: incorrect-dict-iterator
151- " PERF401" , # perflint: manual-list-comprehension
152- " PERF402" , # perflint: manual-list-copy
153- " PERF403" , # perflint: manual-dict-comprehension
154- " PGH" , # pygrep-hooks
155- " PIE" , # flake8-pie
156- " PT" , # flake8-pytest-style
157- " PYI" , # flake8-pyi
158- " RUF100" , # unused noqa (yesqa)
159- " UP" , # pyupgrade
160- " W" , # pycodestyle warnings
161- " YTT" , # flake8-2020
142+ " C4" , # flake8-comprehensions
143+ " E" , # pycodestyle errors
144+ " EM" , # flake8-errmsg
145+ " F" , # pyflakes errors
146+ " I" , # isort
147+ " ISC" , # flake8-implicit-str-concat
148+ " LOG" , # flake8-logging
149+ " PERF" , # perflint
150+ " PGH" , # pygrep-hooks
151+ " PIE" , # flake8-pie
152+ " PT" , # flake8-pytest-style
153+ " PYI" , # flake8-pyi
154+ " RUF100" , # unused noqa (yesqa)
155+ " UP" , # pyupgrade
156+ " W" , # pycodestyle warnings
157+ " YTT" , # flake8-2020
162158]
163159lint.ignore = [
164160 " E203" , # Whitespace before ':'
0 commit comments