Skip to content

Commit

Permalink
Add pyproject config
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed May 3, 2023
1 parent 4aeed19 commit 348f5ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: 3.11
- name: Install Dependencies
run: |
pip install mypy
pip install mypy numpy types-pyinstaller pytest packaging
- name: mypy
run: |
mypy ./jpype/ ./test/jpypetest/
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[tool.mypy.overrides]]
module = [
"_jpype",
"commonx",
"brokenx",
"java.*",
"jpypex.common",
"jedi",
]
ignore_missing_imports = true

0 comments on commit 348f5ec

Please sign in to comment.