Skip to content
Snippets Groups Projects
Commit 77614507 authored by Lars Kruse's avatar Lars Kruse
Browse files

build: add configuration for black

parent 1941fb6d
No related branches found
No related tags found
No related merge requests found
[tool.black]
target-version = ["py38"]
# TODO: Use extend-exclude as soon as Debian Bookworm is released.
exclude = '''
^/run\.py$
| ^/python/
'''
[tool.isort]
profile = "black"
  • @sumpfralle is there a "py39" target for Black already?

  • Lars Kruse @sumpfralle ·
    Author Owner

    Yes, it should be available in the black version shipped with Debian Bullseye (which contains Python 3.9). I think, I just kept it here at the level specified as the minimum version for engine. Feel free to change it.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment