whisper/.flake8
Jong Wook Kim b80bcf610d
apply formatting with black (#1038)
* applying black (with the default 88-column limit)

* add flake8

* add isort

* fix isort
2023-03-06 15:50:37 -08:00

5 lines
53 B
INI

[flake8]
per-file-ignores =
*/__init__.py: F401