Defaults

Bootstrapping defaults with bron #

Quickstart #

uvx bron bootstrap http://bron.sh/b/default.toml

Contents #

This bootstrap will configure the following tools and their settings:

If you’re still using poetry and not uv you can use the following bootstrap:

uvx bron bootstrap http://bron.sh/b/default-poetry.toml

Source #

Note that the path entries in the source will be rewritten upon bootstrapping to point to the correct location on the bron.sh website.

[tool.bron.sources.fonk]
path = "../c/fonk/default.toml"

[tool.bron.sources.uv]
path = "../c/uv/locktask.toml"

[tool.bron.sources.bron]
path = "../c/bron/default.toml"

[tool.bron.sources.ruff]
path = "../c/ruff/default.toml"

[tool.bron.sources.mypy]
path = "../c/mypy/default.toml"

[tool.bron.sources.pytest]
path = "../c/pytest/default.toml"
Download b/default.toml