Skip to content

Commit

Permalink
drop mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 27, 2023
1 parent 31e7409 commit 16a48aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,3 @@ jobs:
run: toml-sort pyproject.toml --check
- name: Run yamllint
run: yamllint . -c .yamllint.yaml --strict
- name: Run mypy
uses: jpetrucciani/mypy-check@master
with:
path: "./mne_icalabel"
mypy_flags: "--config-file pyproject.toml"
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ style = [
'black',
'codespell',
'isort',
'mypy',
'pydocstyle[toml]',
'ruff',
'toml-sort',
Expand Down

0 comments on commit 16a48aa

Please sign in to comment.