-
getting this
Collecting shazamio-core=1.0.7 (from shazamio)
Using cached shazamio_core-1.0.7.tar.gz (2.2 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... …
-
`mypy` fails locally with the following:
```py
$ poetry run mypy .
site/scripts/gen_ref_pages.py: error: Duplicate module named "gen_ref_pages" (also at "./docs/scripts/gen_ref_pages.py")
site/s…
-
**Describe the bug**
Several users have pointed out a problem with config information in `pyproject.toml` and `ruff.toml` not being read.
However, the config information is applied when the `ruff` c…
-
Possible since Tox v4.21.0, see https://tox.wiki/en/4.21.0/config.html#pyproject-toml-native. Example:
```toml
[tool.tox]
requires = ["tox>=4.19"]
env_list = ["3.13", "3.12", "type"]
[tool.tox.env_r…
-
Take inspiration from:
- https://github.com/python-poetry/poetry/issues/11
- https://github.com/python-poetry/poetry/issues/137
- https://github.com/python-poetry/poetry/issues/1516
- https://stac…
-
```toml
boto3 = {url = "https://github.com/boto/boto3/archive/31a8a3d7bcd021aadceba63d6f207a3a61c58aac.zip"}
```
`poetry lock` is successful
```toml
# This file is automatically @generate…
-
When I run "pip install -e .", I have the following issue:
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not …
-
Instead of `robotpy_extras`, pinned versions can be declared in the `requires` block in `pyproject.toml`
```
#
# Use this configuration file to control what RobotPy packages are installed
# on your R…
-
Description:
The execexam tool currently displays all of the Python files instead of just test files when measuring coverage. The coverage checks are also inaccurate and can say that there is 100% co…
-
As mentioned in the docs, `tool.uv.sources` works fine for specifying sources overrides, but it seems that `[sources]` in `uv.toml` does not.
Confusingly, using `tool.uv.sources` and a `uv.toml…