Skip to content

Commit 1460749

Browse files
committed
Fix typo
1 parent c509e21 commit 1460749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ignore = ["E203", # Whitespace before punctuation
9292
# Newly added
9393
"C901", # Complex name
9494
"E501", # Line length, as enforced by black, but black ignores comments
95-
"E721" # Type comparison
95+
"E721", # Type comparison
9696
"B905" # zip without strict
9797
]
9898
# W504 is not supported by ruff and does not need to be excluded

0 commit comments

Comments
 (0)