Skip to content

Commit

Permalink
Blocking type checking of referencing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-corni committed Nov 15, 2023
1 parent 8bf8cbd commit 714c80b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ warn_unused_ignores = True
disallow_untyped_defs = True

# 3rd-party libs without type hints nor stubs
[mypy-matplotlib.*,scipy.*,qutip.*,jsonschema.*,py.*]
[mypy-matplotlib.*,scipy.*,qutip.*,jsonschema.*,py.*, referencing.*]
follow_imports = silent
ignore_missing_imports = True

Expand Down
1 change: 0 additions & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ flake8
flake8-docstrings
isort
mypy == 1.2
pydantic <= 2.5.0
pytest
pytest-cov

Expand Down

0 comments on commit 714c80b

Please sign in to comment.