Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
[carpentries#2065] Add mypy + stub libraries
Browse files Browse the repository at this point in the history
This is WIP. For now mypy isn't used in pre-commit or in the CI
pipelines.
  • Loading branch information
pbanaszkiewicz committed Apr 3, 2022
1 parent 4b3f15f commit 275eea9
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 123 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ flake8 = "*"
mypy = "*"
black = "*"
pre-commit = "*"
django-stubs = "*"
djangorestframework-stubs = "*"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit 275eea9

Please sign in to comment.