Skip to content

Codebase Refactor: Adding pre-commit checks and enforcing them. #2535

@arav-agarwal2

Description

@arav-agarwal2

We really should try to enforce linting and code quality checks locally when possible, as it can ensure our code quality is high and prevent some easy errors.

Using pre-commit is easy - we just need to add the .pre-commit-config.yaml.

However, while it is easy to push the yaml into the repo, we should actually ensure compliance with ruff and other tools so that we can ensure everything is going as expected.

The PR to be mentioned will contain this first change, but I'll push any PRs I can that address issues as separate issues and PRs. This issue should be closed when we can run the pre-commit mentioned without any major errors.

Hooks used:
ruff (lint and format)
shellcheck
trailing-whitespace
end-of-file-fixer
check-yaml
check-added-large-files
detect-private-key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions