mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
5 lines
104 B
TOML
5 lines
104 B
TOML
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py39', 'py310', 'py311']
|
|
extend-exclude = ".*_pb2.py"
|