Skip to content

Commit

Permalink
ci(lint): enforce rule RUF012
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Mar 28, 2024
1 parent bea4d36 commit 0b4ebfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ lint.ignore = [
"D413", # D413: Missing blank line after last section
"D416", # D416: Section name should end with a colon
"NPY002", # NPY002: replace legacy numpy.random calls with np.random.Generator
"RUF012", # RUF012 Mutable class attributes should be annotated with `typing.ClassVar`
]

# Ignore the following directories
Expand Down

0 comments on commit 0b4ebfb

Please sign in to comment.