Skip to content

Commit

Permalink
added types support
Browse files Browse the repository at this point in the history
  • Loading branch information
gilcu3 committed May 18, 2024
1 parent fefe19a commit c051848
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[mypy]

[mypy-primefac]
ignore_missing_imports = True
93 changes: 92 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ pytest-benchmark = "^4.0.0"
coverage = {extras = ["toml"], version = "^7.5.1"}
flake8 = "^7.0.0"
flake8-bugbear = "^24.4.26"
mypy = "^1.10.0"
types-tqdm = "^4.66.0.20240417"
types-colorama = "^0.4.15.20240311"

[tool.coverage.run]
omit = [".*", "*/site-packages/*"]
Expand Down

0 comments on commit c051848

Please sign in to comment.