dash/.flake8

5 lines
102 B
Plaintext
Raw Normal View History

[flake8]
max-line-length = 120
exclude = ./typings/**/* python-impl/fields.py
ignore = E203,W503,E501