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

Fix errors reported by mypy #1330

Merged
merged 3 commits into from
Jun 26, 2021
Merged

Fix errors reported by mypy #1330

merged 3 commits into from
Jun 26, 2021

Commits on May 29, 2021

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

Commits on Jun 1, 2021

  1. Simplify importing of etree

    Removed import of xml.etree.cElementTree as it was was
    deprecated in python 3.3.
    
    Also, since xml.etree.ElementTree has been a thing for a long time there is
    no good reason to try fallbacks if it fails to import.
    aucampia committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    eedbe3c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Remove mypy from CI pipelines and requirements.dev.txt

    Also move mypy config into `setup.cfg` to be in line with other tool
    configuration.
    aucampia committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    c88a10a View commit details
    Browse the repository at this point in the history