Skip to content

Commit

Permalink
Improve type linting
Browse files Browse the repository at this point in the history
Use upstream type annotations for pygments.

[noissue]
  • Loading branch information
mdellweg committed Nov 3, 2021
1 parent c13b44c commit 13a3234
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ explicit_package_bases = true
[[tool.mypy.overrides]]
module = [
"urllib3.*",
"pygments.*",
"click_shell.*",
"schema.*",
"jq.*",
]
ignore_missing_imports = true
6 changes: 4 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ mypy
pygments
pytest
shellcheck-py

types-pygments
types-PyYAML
types-requests
types-toml
types-setuptools
types-PyYAML
types-toml

0 comments on commit 13a3234

Please sign in to comment.