Skip to content

Commit e2f8fc3

Browse files
authored
ruff: Fix a very small typo in comment (#33592)
1 parent 946366a commit e2f8fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ line-length = 132
1515
[lint]
1616
select = ["E4", "E7", "E9", "F"]
1717
ignore = [
18-
"E721" # We use is for good reasons
18+
"E721" # We use it for good reasons
1919
]

0 commit comments

Comments
 (0)