mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 21:11:53 +00:00
7 lines
160 B
TOML
7 lines
160 B
TOML
|
[tool.black]
|
||
|
# default is 88
|
||
|
line-length = 100
|
||
|
skip-string-normalization = true
|
||
|
# default is per-file auto-detection
|
||
|
target-version = ['py38']
|
||
|
include = '\.py$'
|