diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-14 13:15:22 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-14 13:28:18 +0100 |
| commit | 5a17f2bf62d27d9347c97c822121377ba7357ab6 (patch) | |
| tree | 5b0f456a9e18e800ca6a6f2ca312a4f6a5b9e913 /etc | |
| parent | 7bda748c31466a6069aa914411c629caf877cebd (diff) | |
teams/python: Add more packages to python-development-manifest scope.
* etc/teams/python/python-development-manifest.scm: Add python-tox and
python-nox to the scope.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/teams/python/python-development-manifest.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/teams/python/python-development-manifest.scm b/etc/teams/python/python-development-manifest.scm index 7f70d790075..a2c57533454 100644 --- a/etc/teams/python/python-development-manifest.scm +++ b/etc/teams/python/python-development-manifest.scm | |||
| @@ -30,12 +30,14 @@ | |||
| 30 | (specifications->manifest | 30 | (specifications->manifest |
| 31 | (list "conda" | 31 | (list "conda" |
| 32 | "hatch" | 32 | "hatch" |
| 33 | "python-pycodestyle" | ||
| 34 | "poetry" | 33 | "poetry" |
| 35 | "python-black" | 34 | "python-black" |
| 36 | "python-flake8" | 35 | "python-flake8" |
| 37 | "python-flit" | 36 | "python-flit" |
| 38 | "python-pep440" | 37 | "python-pep440" |
| 38 | "python-pycodestyle" | ||
| 39 | "python-pylint" | 39 | "python-pylint" |
| 40 | "python-nox" | ||
| 41 | "python-tox" | ||
| 40 | "ruff" | 42 | "ruff" |
| 41 | "uv")) | 43 | "uv")) |
