mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 14:24:21 +01:00
12 lines
177 B
INI
12 lines
177 B
INI
[flake8]
|
|
max-line-length = 80
|
|
extend-select = B950
|
|
extend-ignore = E203,E501,E701
|
|
|
|
exclude =
|
|
__pycache__
|
|
dist
|
|
venv
|
|
|
|
per-file-ignores = */__init__.py:F401
|