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 afa13e7 commit 5ea47a7Copy full SHA for 5ea47a7
pyproject.toml
@@ -131,18 +131,19 @@ select = [
131
"PYI",
132
"Q",
133
"RSE",
134
+ "RUF",
135
"TCH",
136
"UP",
137
]
138
ignore = [
- "B006", # TODO: enable
139
- "B008", # TODO: enable
+ "B006", # TODO: enable
140
+ "B008", # TODO: enable
141
"B007",
142
"B011",
- "B017", # TODO: enable
143
+ "B017", # TODO: enable
144
"B018",
145
"B020",
- "B023", # TODO: enable
146
+ "B023", # TODO: enable
147
"B028",
148
"B904",
149
"C401",
@@ -157,6 +158,10 @@ ignore = [
157
158
"PT017",
159
"PT018",
160
"PYI024",
161
+ "RUF005",
162
+ "RUF012", # TODO: enable
163
+ "RUF015",
164
+ "RUF017", # TODO: enable
165
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
166
"W191",
167
"E111",
0 commit comments