mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-02 10:02:48 +08:00
16 lines
229 B
TOML
16 lines
229 B
TOML
[tool.black]
|
|
skip-string-normalization = true
|
|
target_version = ['py27'] # TODO: drop Python 2 support (... "Soon").
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
(
|
|
/(
|
|
\.eggs
|
|
| \.git
|
|
| \.tox
|
|
| \venv
|
|
| dist
|
|
)/
|
|
)
|
|
'''
|