File tree Expand file tree Collapse file tree 4 files changed +123
-3
lines changed
Expand file tree Collapse file tree 4 files changed +123
-3
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 3131 rev : v1.5.1
3232 hooks :
3333 - id : mypy
34- additional_dependencies : [types-all]
3534 args : [--ignore-missing-imports]
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments