Skip to content

Commit

Permalink
Make mypy pass from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 5, 2022
1 parent d012451 commit 8ae811a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mypy.ini

This file was deleted.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tool.mypy]
exclude = ['core/build/.*']
files = 'core'
mypy_path = "third-party-stubs/"
namespace_packages = true

0 comments on commit 8ae811a

Please sign in to comment.