minor fixes

This commit is contained in:
zr_jin 2024-10-22 17:27:51 +08:00
parent 72eb79a15c
commit 39b3d1a050
2 changed files with 5 additions and 8 deletions

View File

@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.10.16]
python-version: [3.10.15]
fail-fast: false
steps:

View File

@ -1,6 +1,6 @@
[tool.isort]
profile = "black"
skip = ["biofall/__init__.py"]
skip = ["icefall/__init__.py"]
[tool.black]
line-length = 88
@ -9,10 +9,7 @@ exclude = '''
\.git
| \.github
)/
| make_kn_lm.py
| biofall\/__init__\.py
| biofall\/diagnostics\.py
| biofall\/profiler\.py
| egs\/librispeech\/ASR\/zipformer
| egs\/ljspeech\/TTS\/vits
| icefall\/__init__\.py
| icefall\/diagnostics\.py
| icefall\/profiler\.py
'''