8 lines
145 B
TOML
8 lines
145 B
TOML
# SPDX-FileCopyrightText: 2023 Marlon W (Mawoka)
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
target-version = ["py310"]
|