Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner authored Jan 1, 2025
1 parent 65899c0 commit 6746664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template/{{ pypi_name }}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ ignore = [
# "D", # "No docs"
"T20", # "Don't use print or pprint"
# "ANN", # Type annotation errors (or the lack of it)
"ANN101", # The type annotation for `self` is inferred
"FBT", # I actually don't know why this exists
# and it seems useless so ignore it
"ANN101", # The type annotation for `self` is inferred{% if is_app %}
"FBT", # Disallow "boolean trap" to encourage better library APIs{% endif %}
"PIE790", # "Unnecessary `...`"
# Fix doc rule conflicts
"D203",
"D213"
Expand Down

0 comments on commit 6746664

Please sign in to comment.