Skip to content

Commit 3f9a73a

Browse files
committed
Updating ci yml
1 parent 38e9b8b commit 3f9a73a

File tree

4 files changed

+123
-3
lines changed

4 files changed

+123
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
flake8 src/ tests/ --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
4444
4545
- name: Type check with mypy
46-
run: mypy src/audio_processing_ai/ --ignore-missing-imports
46+
run: mypy src/audio_processing_ai/ --ignore-missing-imports --no-error-summary
4747

4848
- name: Format check with black
4949
run: black --check src/ tests/

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ repos:
3131
rev: v1.5.1
3232
hooks:
3333
- id: mypy
34-
additional_dependencies: [types-all]
3534
args: [--ignore-missing-imports]

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ dev = [
5353
"flake8>=6.0.0",
5454
"mypy>=1.0.0",
5555
"pre-commit>=3.0.0",
56-
"types-all>=1.0.0",
5756
]
5857

5958
[project.urls]

0 commit comments

Comments
 (0)