Skip to content

Commit 37eae78

Browse files
committed
Enforce FURB105
1 parent 20e7444 commit 37eae78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ select = [
248248
"F", # pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
249249
"I", # isort - https://docs.astral.sh/ruff/rules/#isort-i
250250
"PL", # pylint - https://docs.astral.sh/ruff/rules/#pylint-pl
251+
"FURB105",
251252
]
252253
ignore = [
253254
"E501", # Line too long - hard to avoid in doctests, and better handled by black.

0 commit comments

Comments
 (0)