Skip to content

Commit

Permalink
Updated ruff definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Dec 16, 2024
1 parent df081c7 commit 403a4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ exclude = [
"build",
"dist",
"node_modules",
"pyipv8",
"src/tribler/ui",
"venv",
]
Expand All @@ -91,7 +92,7 @@ line-length = 120
# Allow unused variables when underscore-prefixed.
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

target-version = "py37"
target-version = "py39"

[lint.pylint]
max-args = 6
Expand Down

0 comments on commit 403a4f6

Please sign in to comment.