mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
exclude = ./typings/**/* python-impl/fields.py
|
||
|
ignore = E203,W503,E501
|