From 44deee87a85032a9240251b304b6379bc01f33a6 Mon Sep 17 00:00:00 2001 From: Jeremy Smith <64465231+pt1243@users.noreply.github.com> Date: Sun, 26 Nov 2023 23:24:51 +0100 Subject: [PATCH] rename type_check to type-check --- .github/workflows/typecheck.yml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 5294c4f..61b987f 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -28,4 +28,4 @@ jobs: python -m pip install --upgrade pip pip install tox - name: Type check with mypy (through tox) - run: tox -e type_check + run: tox -e type-check diff --git a/tox.ini b/tox.ini index 397d767..e57cfaf 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = erase py{38,39,310,311,312} lint - type_check + type-check format report minversion = 3.8.0 @@ -30,7 +30,7 @@ deps = flake8 commands = flake8 . -[testenv:type_check] +[testenv:type-check] description = Type check with mypy skip_install = true deps =