Skip to content

Commit

Permalink
v0.23.9: build(lint): remove unfixable classification to "B" category [
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed Jul 3, 2024
1 parent e1990f3 commit f9cf094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ignore = [
"E731", # TODO: look through lambda's to maybe comply
]
fixable = ["ALL"]
unfixable = ["B"]
unfixable = []

# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
Expand Down

0 comments on commit f9cf094

Please sign in to comment.