Skip to content

Add .pre-commit-config.yaml file for git pre-commit hooks for linters #226

@jdye64

Description

@jdye64

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am very guilty of this and have tons of commits where some small linter change from vscode ends up causing a build to fail. I propose we add a pre-commit check file that can optionally be used by developers to prevent so many silly commits for just fixing linter issues. I know I would benefit from this greatly.

Describe the solution you'd like
.pre-commit-config.yaml file with the same configurations that are used in CI to help limit commits that ultimately fail in CI linter checks. This should be optional and not forced on the developer if they choose not to use it.

Describe alternatives you've considered
None

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions