Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[mypy]
disallow_incomplete_defs = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
ignore_missing_imports = true
no_site_packages = true
9 changes: 0 additions & 9 deletions package-parser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_s
pytest = "^7.2.0"
pytest-cov = "^4.0.0"

[tool.mypy]
python_version = "3.10"
no_site_packages = true
ignore_missing_imports = true
disallow_untyped-calls = true
disallow_untyped-defs = true
disallow_incomplete-defs = true
disallow_untyped-decorators = true

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"