Skip to content

Commit

Permalink
Remove deprecated ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Dec 3, 2024
1 parent 120647e commit 84e0295
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ select = [
]
ignore = [
"A003", # Class attribute is shadowing a python builtin
"ANN101", # ANN101 Missing type annotation for `self` in method
"ANN102", # ANN102 Missing type annotation for `cls` in classmethod
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in `**kwargs`
"D104", # Missing docstring in public package
"D106", # Missing docstring in public nested class
Expand Down

0 comments on commit 84e0295

Please sign in to comment.