fixed ffmpeg errors and added cli
This commit is contained in:
15
bin/lib/ffmpeg/pyproject.toml
Normal file
15
bin/lib/ffmpeg/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[tool.black]
|
||||
skip-string-normalization = true
|
||||
target_version = ['py27'] # TODO: drop Python 2 support (... "Soon").
|
||||
include = '\.pyi?$'
|
||||
exclude = '''
|
||||
(
|
||||
/(
|
||||
\.eggs
|
||||
| \.git
|
||||
| \.tox
|
||||
| \venv
|
||||
| dist
|
||||
)/
|
||||
)
|
||||
'''
|
||||
Reference in New Issue
Block a user