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 149a25f commit 12309afCopy full SHA for 12309af
pyproject.toml
@@ -76,7 +76,7 @@ lint.select = [
76
"UP", # pyupgrade
77
"W", # pycodestyle
78
]
79
-ignore = [
+lint.ignore = [
80
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
81
82
0 commit comments