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

chore: enable lints fully #426

Merged
merged 1 commit into from
Oct 23, 2023
Merged

chore: enable lints fully #426

merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. chore: enable lints fully

    As there is a significant existing codebase which will eventually be
    deprecated, there is little benefit to applying formatting and linting
    rules to the files which are to be deprecated.
    
    This commit configures Ruff, Mypy and Black to exclude files in the v2
    codebase so that `hatch run lint` can function correctly. As a result,
    the linting in the CI workflow has also been enabled.
    
    An equivalent was already implemented for the pre-commit hooks.
    
    Signed-off-by: JP-Ellis <[email protected]>
    JP-Ellis committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8aeec66 View commit details
    Browse the repository at this point in the history