mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-08 09:32:18 +00:00
14 lines
168 B
INI
14 lines
168 B
INI
[flake8]
|
|
max-line-length = 80
|
|
|
|
exclude =
|
|
.git,
|
|
doc,
|
|
build,
|
|
build_release,
|
|
cmake/cmake_extension.py,
|
|
kaldifeat/python/kaldifeat/__init__.py
|
|
|
|
ignore =
|
|
E402
|