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