2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a65a7b5e1 |
|||
|
36d854ce19 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
7a65a7b5e1 |
pyproject.tompl: Set ruff.output-format = "concise"
In order to produce make check output digestable by vim, ruff's output format needs to be set to "concise", so do that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
36d854ce19 |
py-topdir.mk: Use ruff and yapf
- Use ruff and yapf for the targets py-check-syntax, py-format and
py-check-format. - Add a pyproject.toml for those. It also includes configuration
for isort, albeit not being directly used in the linter targets. - Make .gitignore igore that in newly created projects. - Add ruff, yapf and isort to pkg.requires.release, anticipating
their use by CI. Signed-off-by: Jan Lindemann <jan@janware.com> |