Skip to content

Commit

Permalink
remove mypy check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico committed Jan 19, 2023
1 parent 8b3aa08 commit 4124a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
pip install isort==5.10.1 flake8 black==22.12.0 mypy==0.991
- name: Run tests and coverage
run: |
mypy ./ghgf/ --ignore-missing-imports
flake8 ./ghgf/
black ./ghgf/
isort ./ghgf/

0 comments on commit 4124a47

Please sign in to comment.