Skip to content

Commit

Permalink
chore: Enable implicit-string-concatenation rules
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 14, 2025
1 parent 2c31a6e commit eaa7200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ select = [
"FLY",
"FURB",
"I",
"ISC",
"PERF",
"PGH",
"PIE",
Expand Down Expand Up @@ -177,8 +178,6 @@ ignore = [
"Q003",
"COM812",
"COM819",
"ISC001",
"ISC002",
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit eaa7200

Please sign in to comment.