Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type check pygments and limit docutils stub version #819

Merged
merged 3 commits into from
Mar 2, 2022
Merged

Type check pygments and limit docutils stub version #819

merged 3 commits into from
Mar 2, 2022

Commits on Feb 26, 2022

  1. add some type checking for pygments API usage

    - add a module level docstr to describe the purpose of filetypes.py
    - add types-Pygments to dev reqs
    - adjust imports in filetypes.py to better suite the types-Pygments stubs.
    2bndy5 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    3a03bf3 View commit details
    Browse the repository at this point in the history
  2. let mypy infer a Sequence type

    `create_doxygen_target()` returns a Sequence not a List
    2bndy5 committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fddb652 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Configuration menu
    Copy the full SHA
    9cc01b1 View commit details
    Browse the repository at this point in the history