Skip to content

Commit

Permalink
types: Add mypy to github lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Feb 1, 2024
1 parent e4a7cc0 commit 59bc7c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ jobs:
run: black --check iatidata/
- name: Check flake8
run: flake8 iatidata/
- name: Check types with mypy
run: mypy iatidata/
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,10 @@ python -m pytest iatidata/
Linting:

```
isort iatidata
black iatidata
flake8 iatidata
```

Type checking:

```
mypy iatidata
isort iatidata/
black iatidata/
flake8 iatidata/
mypy iatidata/
```

### Web front-end
Expand Down

0 comments on commit 59bc7c5

Please sign in to comment.