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 e915419 commit 4694dbaCopy full SHA for 4694dba
pyproject.toml
@@ -127,25 +127,29 @@ select = [
127
"PYI",
128
"Q",
129
"RSE",
130
+ "RUF",
131
"TCH",
132
"UP",
133
]
134
ignore = [
- "B006", # TODO: enable
135
- "B008", # TODO: enable
+ "B006", # TODO: enable
136
+ "B008", # TODO: enable
137
"B007",
138
"B011",
- "B017", # TODO: enable
139
+ "B017", # TODO: enable
140
"B018",
141
"B020",
- "B023", # TODO: enable
142
+ "B023", # TODO: enable
143
"B028",
144
"B904",
145
"C401",
146
"C408",
147
"C416",
148
"PIE790",
149
"PYI024",
150
+ "RUF005",
151
+ "RUF012", # TODO: enable
152
+ "RUF017", # TODO: enable
153
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
154
"W191",
155
"E111",
0 commit comments