We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c391b41 commit 12f4117Copy full SHA for 12f4117
pyproject.toml
@@ -123,22 +123,26 @@ select = [
123
"PLE",
124
"Q",
125
"RSE",
126
+ "RUF",
127
"UP",
128
]
129
ignore = [
- "B006", # TODO: enable
130
- "B008", # TODO: enable
+ "B006", # TODO: enable
131
+ "B008", # TODO: enable
132
"B007",
133
"B011",
- "B017", # TODO: enable
134
+ "B017", # TODO: enable
135
"B018",
136
"B020",
- "B023", # TODO: enable
137
+ "B023", # TODO: enable
138
"B028",
139
"B904",
140
"C401",
141
"C408",
142
"C416",
143
+ "RUF005",
144
+ "RUF012", # TODO: enable
145
+ "RUF017", # TODO: enable
146
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
147
"W191",
148
"E111",
0 commit comments