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

CI: Unbreak linting #95

Merged
merged 1 commit into from
Oct 22, 2022
Merged

CI: Unbreak linting #95

merged 1 commit into from
Oct 22, 2022

Commits on Oct 22, 2022

  1. CI: Unbreak linting

    The doit command would trigger _poetry_install, which runs poetry
    without the `-E docs` extra. Recent poetry versions now uninstall everything
    related to the extras not explicitly listed, breaking any docs linting
    steps. Explicitly ignoring the task is easiest.
    
    At the same time, upgrade black to a version that doesn't break rely on
    private internals of click that have since been removed.
    mjpieters committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    5826902 View commit details
    Browse the repository at this point in the history