We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946366a commit e2f8fc3Copy full SHA for e2f8fc3
ruff.toml
@@ -15,5 +15,5 @@ line-length = 132
15
[lint]
16
select = ["E4", "E7", "E9", "F"]
17
ignore = [
18
- "E721" # We use is for good reasons
+ "E721" # We use it for good reasons
19
]
0 commit comments