diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c949101..673289e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -32,11 +32,6 @@ jobs: os: ubuntu-latest toxenv: py313 experimental: false - - name: Type check with mypy - python: "3.10" - os: ubuntu-latest - toxenv: type - experimental: false - name: Formatting with black + isort python: "3.10" os: ubuntu-latest