You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Biome is a fantastic tool and with #8818 on the horizon, it starts to play nice with the Python ecosystem.
To integrate even more with Python projects, it would be cool to have
biomesource its configuration from a[tool.biome]section inpyproject.toml.Other non-Python tools are supporting this, probably to increase adoption of their own tools in the Python world. See:
[tool.ruff]: https://docs.astral.sh/ruff/configuration/#configuring-ruff (Rust)[tool.typos]: https://github.com/crate-ci/typos/blob/master/docs/reference.md (Rust)[tool.uv]: https://docs.astral.sh/uv/concepts/configuration-files/ (Rust)[tool.ty]: https://docs.astral.sh/ty/ (Rust)[tool.maturin]: https://www.maturin.rs/config (Rust)[tool.pyright]: https://github.com/microsoft/pyright/blob/main/docs/configuration.md (TypeScript)[tool.tombi]: https://tombi-toml.github.io/tombi/docs/configuration/ (Rust)[tool.rumdl]: https://github.com/rvben/rumdl (Rust)Other tools are considering adding support:
pyproject.toml(andcargo.toml) lycheeverse/lychee#1930 (Rust)taploconfiguration inpyproject.tomltamasfe/taplo#603 (Rust)[tool.actionlint]section ofpyproject.tomlrhysd/actionlint#623 (Go)[tool.shfmt]section ofpyproject.tomlmvdan/sh#1268 (Go)pyproject.tomlgitleaks/gitleaks#2066 (Go)Beta Was this translation helpful? Give feedback.
All reactions