File: pyproject.toml

package info (click to toggle)
python-jpype 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,984 kB
  • sloc: python: 18,767; cpp: 17,931; java: 8,448; xml: 1,305; makefile: 154; sh: 35
file content (12 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[[tool.mypy.overrides]]
module = [
    "_jpype",
    "commonx",
    "brokenx",
    "java.*",
    "jpypex.common",
    "jedi",
    "jedi.access",
]
ignore_missing_imports = true