mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 02:34:21 +00:00
minor fixes
This commit is contained in:
parent
72eb79a15c
commit
39b3d1a050
2
.github/workflows/style_check.yml
vendored
2
.github/workflows/style_check.yml
vendored
@ -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:
|
||||||
|
@ -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
|
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user