Skip to content

Commit

Permalink
Merge pull request #288 from trisdoan/imp-apply-PEP-3135
Browse files Browse the repository at this point in the history
[IMP] consider unsafe fixes for UP008 as safe
  • Loading branch information
sbidoul authored Dec 30, 2024
2 parents 0be494f + 5f44303 commit 6ea5ca8
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 6ea5ca8

Please sign in to comment.