kaldifeat/.flake8
Fangjun Kuang e78f081327
Print TORCH_DIR for debug. (#44)
* Print TORCH_DIR for debug.

* fix style issues

* test torch 1.12.0
2022-07-20 10:08:47 +08:00

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