Skip to content

Commit

Permalink
Enable ruff rules (RUF)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jun 15, 2024
1 parent 53c7727 commit a7e49ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ extend-select = [
"I",
"N",
"UP",
"RUF",
"W"
]
ignore = [
Expand All @@ -80,8 +81,10 @@ ignore = [
"B028",
"B904",
"N818",
"UP032",
"RUF003",
"RUF012",
"UP030",
"UP032",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
Expand Down

0 comments on commit a7e49ba

Please sign in to comment.