Skip to content

Commit 731f20f

Browse files
committed
🔥 removing mypy from code format check
1 parent 6839546 commit 731f20f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-code-format-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install black flake8 mypy isort
23+
pip install black flake8 isort
2424
2525
- name: Run linters
2626
run: |
2727
black --check .
2828
flake8 .
29-
mypy .
3029
isort --check-only .

0 commit comments

Comments
 (0)