Skip to content

Commit

Permalink
rename type_check to type-check
Browse files Browse the repository at this point in the history
  • Loading branch information
pt1243 committed Nov 26, 2023
1 parent d8eaec5 commit 44deee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
erase
py{38,39,310,311,312}
lint
type_check
type-check
format
report
minversion = 3.8.0
Expand All @@ -30,7 +30,7 @@ deps =
flake8
commands = flake8 .

[testenv:type_check]
[testenv:type-check]
description = Type check with mypy
skip_install = true
deps =
Expand Down

0 comments on commit 44deee8

Please sign in to comment.