Skip to content
Snippets Groups Projects
pyproject.toml 220 B
[tool.black]
line-length = 99
target-version = ["py38"]
# TODO: Use extend-exclude as soon as Debian Bookworm is released.
exclude = '''
    ^/src/aura_engine/app\.py$
    | ^/python/
'''

[tool.isort]
profile = "black"