Skip to content

Commit

Permalink
Add pyup
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 4, 2024
1 parent ede6a97 commit 287ae7d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,21 @@ indent-width = 4
target-version = "py38"

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "B", "I", "N", "C4", "C90", "RUF", "PYI"]
select = [
"E4",
"E7",
"E9",
"F",
"B",
"I",
"N",
"D",
"C4",
"C90",
"RUF",
"PYI",
"UP",
]
fixable = ["ALL"]
unfixable = ["B"]
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
Expand Down

0 comments on commit 287ae7d

Please sign in to comment.