Skip to content

Commit

Permalink
Update linter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jan 4, 2025
1 parent d78ca0e commit 3b7f2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ select = [
"ALL",
]
ignore = [
"ANN101", # Missing type annotation for `self` in method
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
"D203", # no-blank-line-before-class (incompatible with formatter)
"D212", # multi-line-summary-first-line (incompatible with formatter)
Expand Down

0 comments on commit 3b7f2c3

Please sign in to comment.