[core] Enable ruff ISC (flake8-implicit-str-concat) lint family (#16646)

This commit is contained in:
J. Nick Koston
2026-05-25 20:06:18 -05:00
committed by GitHub
parent 5172227931
commit f1839489dd
2 changed files with 6 additions and 5 deletions

View File

@@ -119,6 +119,7 @@ select = [
"FURB", # refurb
"I", # isort
"ICN", # flake8-import-conventions
"ISC", # flake8-implicit-str-concat
"LOG", # flake8-logging
"NPY", # numpy-specific rules
"PERF", # performance