mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 04:51:51 +00:00
7 lines
No EOL
160 B
TOML
7 lines
No EOL
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$' |