Python interfaces for instantiating and executing builds for a variety of target environments.

7 stars 26 forks 7 watchers Python GNU Lesser General Public License v3.0
2 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue addresses approximately 30 `ruff` linting rules from `starbase` that are currently disabled in the `craft-providers` project. The task is to either fix the underlying code to comply with these rules or provide clear, documented reasons for why each specific rule remains disabled.

Complexity: 3/5
good first issue

Python interfaces for instantiating and executing builds for a variety of target environments.

Python
fix type checking 2 months ago

AI Summary: This GitHub issue aims to enhance the type checking in the `craft-providers` project to meet the standards set by `starbase`. This involves enabling strict type checking with `pyright` and activating all remaining checks for `mypy`.

Complexity: 4/5
good first issue

Python interfaces for instantiating and executing builds for a variety of target environments.

Python