aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPherkel2023-08-20 15:26:39 +0200
committerPherkel2023-08-20 15:26:39 +0200
commit65e812286a82c1c6c98fbbbad0f0d6151cb6812c (patch)
treef003c17f309555fd8a10f0b107af00591fd8be73
parent33744072d8c0906950cdc9cd00fc1f345a51d9d4 (diff)
pass pylint when score >9
-rw-r--r--.github/workflows/format.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 8411d60..6d8d045 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -23,7 +23,7 @@ jobs:
make format-check
- name: Run pylint
run: |
- poetry run pylint swr2_asr
+ poetry run pylint --fail-under=9 swr2_asr
- name: Run mypy
run: |
poetry run mypy --strict swr2_asr