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

8 lines
265 B
TOML

# https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-format
[tool.black]
target-version = ["py311"]
# https://beta.ruff.rs/docs/settings/
[tool.ruff]
target-version = "py311"
extend-select = ["I"] # enable isort extension