mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +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:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
python-version: [3.10.16]
|
||||
python-version: [3.10.15]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
@ -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
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user