Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Aug 1, 2024
1 parent fd09e16 commit 0f4d885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ lint.select = [
"RUF", # Ruff-specific rules
]
lint.ignore = [
"COM812",
"ISC001",
"SLF", # Private member accessed
"PYI034", # py3.11: `__iadd__` methods in classes like `SqEntryList` usually return `self` at runtime
"DTZ001", # The use of `datetime.datetime()` without `tzinfo` argument is not allowed
Expand Down

0 comments on commit 0f4d885

Please sign in to comment.