remove reference to mypy.ini in github workflow, fix some code smells

This commit is contained in:
collerek
2021-10-08 20:30:27 +02:00
parent b637fc0774
commit bb2e0d1ddf
4 changed files with 19 additions and 18 deletions

View File

@ -66,7 +66,7 @@ jobs:
env:
DATABASE_URL: "sqlite:///testsuite"
run: bash scripts/test.sh
- run: mypy --config-file mypy.ini ormar tests
- run: mypy ormar tests
- name: Upload coverage
uses: codecov/codecov-action@v1
- name: Test & publish code coverage