Skip to content

Commit

Permalink
remove mypy from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Jul 23, 2024
1 parent 1700cae commit 0d2c32d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/run_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python -m isort .

# Check
python -m pylint --rcfile=pyproject.toml mace tests scripts
python -m mypy --config-file=.mypy.ini mace tests scripts

# Tests
python -m pytest tests

0 comments on commit 0d2c32d

Please sign in to comment.