From 39b3d1a0502e4220874f4aedd110bc74e6b5016c Mon Sep 17 00:00:00 2001 From: zr_jin Date: Tue, 22 Oct 2024 17:27:51 +0800 Subject: [PATCH] minor fixes --- .github/workflows/style_check.yml | 2 +- pyproject.toml | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 665632ae2..2a077fa91 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.10.16] + python-version: [3.10.15] fail-fast: false steps: diff --git a/pyproject.toml b/pyproject.toml index 77cddaa50..49e9058f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 '''