File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -207,21 +207,22 @@ extend-exclude = [
207
207
208
208
[tool .ruff .lint ]
209
209
extend-select = [
210
- " ANN" , # flake8-annotations
211
- " B" , # flake8-bugbear
212
- " C4" , # flake8-comprehensions
213
- " FLY" , # flynt
214
- " I" , # isort
215
- " ISC" , # flake8-implicit-str-concat
216
- " PGH" , # pygrep-hooks
217
- " PT" , # flake8-pytest-style
218
- " PYI" , # flake8-pyi
219
- " RSE" , # flake8-raise
220
- " RET" , # flake8-return
210
+ " ANN" , # flake8-annotations
211
+ " B" , # flake8-bugbear
212
+ " C4" , # flake8-comprehensions
213
+ " FLY" , # flynt
214
+ " I" , # isort
215
+ " ISC" , # flake8-implicit-str-concat
216
+ " PERF" , # Perflint
217
+ " PGH" , # pygrep-hooks
218
+ " PT" , # flake8-pytest-style
219
+ " PYI" , # flake8-pyi
220
+ " RSE" , # flake8-raise
221
+ " RET" , # flake8-return
221
222
" RUF" ,
222
- " TCH" , # flake8-type-checking
223
- " TRY" , # tryceratops
224
- " UP" , # pyupgrade
223
+ " TCH" , # flake8-type-checking
224
+ " TRY" , # tryceratops
225
+ " UP" , # pyupgrade
225
226
]
226
227
ignore = [
227
228
" ANN003" ,
You can’t perform that action at this time.
0 commit comments