Skip to content

Add tests for pre-commit hooks #8

@klamann

Description

@klamann

Make sure that

  • the pre-commit hooks work as expected
  • that all files of a new repo pass the pre-commit hook conditions (no errors on the first commit)

This turned out to be harder than expected, because pre-commit will only run when we have a git repo and all files we want to check have been added to the git repo, which is pretty slow, considering that we want to do this in a loop on a lot of repos.

related PR: #6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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