This repository has been archived on 2023-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
errsy/pyproject.toml

9 lines
263 B
TOML
Raw Normal View History

2023-05-28 18:48:03 +02:00
# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
[tool.black]
2023-05-29 11:48:54 +02:00
target-version = ["py39"]
2023-05-28 18:48:08 +02:00
# https://beta.ruff.rs/docs/settings/
[tool.ruff]
2023-05-29 11:48:54 +02:00
target-version = "py39"
extend-select = ["I"] # enable isort extension