Skip to content

Commit

Permalink
ci: change the configuration of mypy to ignore httpx package
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Sep 4, 2023
1 parent 5424c4c commit 23d4585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True

[mypy-httpx.*]
ignore_missing_imports = True

[mypy-jsonref.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 23d4585

Please sign in to comment.