Skip to content

Commit a84828d

Browse files
Enforce ruff/flake8-implicit-str-concat rules (ISC)
1 parent d42ba76 commit a84828d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ line-length = 99
4848

4949
[tool.ruff.lint]
5050
extend-select = ["W", "C90"]
51-
ignore = ["E721", "C901"]
51+
ignore = ["E721", "ISC", "C901"]
5252

5353
[tool.ruff.lint.mccabe]
5454
max-complexity = 22

0 commit comments

Comments
 (0)