Skip to content

Commit

Permalink
[IMP] consider unsafe fixes for UP008 as safe
Browse files Browse the repository at this point in the history
  • Loading branch information
trisdoan committed Dec 10, 2024
1 parent 58cf5d7 commit 5f44303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/{% if use_ruff %}.ruff.toml{% endif%}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extend-select = [
"{{ rule }}",
{%- endfor %}
]
extend-safe-fixes = ["UP008"]
exclude = ["setup/*"]

[format]
Expand Down

0 comments on commit 5f44303

Please sign in to comment.