mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-25 12:42:14 +03:00
9 lines
115 B
TOML
9 lines
115 B
TOML
[tool.black]
|
|
line-length = 120
|
|
extend-exclude = """
|
|
(src/eddn/conf/Settings.py
|
|
|contrib/
|
|
|examples/
|
|
|scripts/)
|
|
"""
|