Skip to content

Commit

Permalink
linter-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratu committed Jul 24, 2023
1 parent 257dd0b commit 49d6ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,6 @@ ignore = [
"PIE810", # Call `startswith` once with a `tuple`
"S607", # Starting a process with a partial executable path
"RUF005", # Consider `[sys.executable, "-m", "prusa.link", "restart", *argv]` instead of concatenation
"RUF015", # Prefer `next(iter(screen.lines()))` over single element slice
"S104", # Possible binding to all interfaces¸
]

0 comments on commit 49d6ceb

Please sign in to comment.