Skip to content

Commit 12309af

Browse files
lint.
1 parent 149a25f commit 12309af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ lint.select = [
7676
"UP", # pyupgrade
7777
"W", # pycodestyle
7878
]
79-
ignore = [
79+
lint.ignore = [
8080
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
8181
]
8282

0 commit comments

Comments
 (0)