mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 14:24:21 +01:00
13 lines
225 B
TOML
13 lines
225 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.black]
|
|
target-version = ["py38", "py39", "py310", "py311"]
|
|
|
|
preview = true
|
|
|
|
[tool.flake8]
|
|
max-line-length = 88
|
|
extend-select = "B950"
|
|
extend-ignore = ["E203", "E501", "E701"]
|