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 bb549fb commit a7e1afdCopy full SHA for a7e1afd
pyproject.toml
@@ -125,6 +125,7 @@ select = [
125
"I",
126
"PIE",
127
"PLE",
128
+ "PT",
129
"PYI",
130
"Q",
131
"RSE",
@@ -146,6 +147,12 @@ ignore = [
146
147
"C408",
148
"C416",
149
"PIE790",
150
+ "PT004",
151
+ "PT007",
152
+ "PT011",
153
+ "PT012",
154
+ "PT017",
155
+ "PT018",
156
"PYI024",
157
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
158
"W191",
0 commit comments