mirror of
https://github.com/erpalma/throttled.git
synced 2025-12-06 07:01:59 +01:00
19 lines
217 B
TOML
19 lines
217 B
TOML
[tool.black]
|
|
line-length = 120
|
|
skip-string-normalization = true
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv
|
|
| venv
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
)/
|
|
'''
|