mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
[Fix] Fix type hints in misc.py and remove strict zips for python 3.9
compatability
This commit is contained in:
parent
9389ad67c9
commit
23d4f4c320
3 changed files with 18 additions and 11 deletions
|
@ -4,3 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F403"]
|
||||
|
||||
[tool.mypy]
|
||||
warn_unused_configs = true
|
||||
ignore_missing_imports = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue