mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-08 04:05:42 +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"
|