We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e239e commit 56ebd83Copy full SHA for 56ebd83
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