mikeee/diffusers-test
0
1[flake8]2# E503: line break before binary operator, black's format style3ignore = D203,E501,W5034exclude =5 .git,6 __pycache__,7 docs/source/conf.py,8 old,9 build,10 dist,11 .venv,12 pad*.py13max-line-length = 12014max-complexity = 3015 