Commit fc4a841
committed
Fix Ruff command in Tox configuration
Ruff requires to explicitly specify the 'check' command since version
0.3.0.
See https://github.com/astral-sh/ruff/releases/tag/v0.3.0.1 parent 81df667 commit fc4a841
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
0 commit comments