13 lines
303 B
TOML
13 lines
303 B
TOML
[tool.isort]
|
|
profile = 'black'
|
|
line_length = 99
|
|
combine_as_imports = true
|
|
|
|
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py38']
|
|
include = '\.pyi?$'
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.8.1,<4.0"
|
|
Wand = "^0.6.11" # ImageMagick Python bindings for modern image processing
|