mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-10 18:51:08 +00:00
5 lines
77 B
INI
5 lines
77 B
INI
[flake8]
|
|
ignore = E203,W503,W504
|
|
max-line-length = 120
|
|
[isort]
|
|
profile=black
|