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: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: [3.10.16] python-version: [3.10.15]
fail-fast: false fail-fast: false
steps: steps:

View File

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