Commit 8576744
pyproject.toml: maintain ruff include centrally
The default value of the "include" setting is
["*.py", "*.pyi", "*.ipynb", "**/pyproject.toml"] [1].
We're only interested in pyproject.toml and *.py files, so add
pyproject.toml and the pre-formatted labgrid.remote module (previously
specified in the CI configuration only).
[1] https://docs.astral.sh/ruff/settings/#include
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent 0025a9a commit 8576744
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
0 commit comments