This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Commit 273ab65
Nick Sullivan
🔧 Extend Ruff linter ignore rules
Add RUF005 and S607 to the ignore list in pyproject.toml. This allows iterable unpacking over concatenation and subprocess calls with partial executable paths, respectively. These changes provide more flexibility in coding style while maintaining overall code quality.1 parent e79f84f commit 273ab65
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments