Skip to content

Commit

Permalink
Remove depricated ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
arneso-ssb committed Nov 26, 2024
1 parent ec5d005 commit 9887f9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ select = [
]
{% endif %}
ignore = [
"ANN101", # Supress missing-type-self.
"ANN102", # Supress missing-type-cls.
"ANN202", # Don't requiere return type annotation for private functions.
"ANN401", # Allow type annotation with type Any.
"D100", # Supress undocumented-public-module. Only doc of public api required.
Expand Down

0 comments on commit 9887f9b

Please sign in to comment.