Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • v0.5.2
  • v0.5.1
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
8 results

.pre-commit-config.yaml

Blame
    • nimrod's avatar
      f57b0de8
      Exclude the test files from pre-commit. · f57b0de8
      nimrod authored
      They're not meant to be checked by the hooks in .pre-commit-config.yaml
      (that test the code in the repo) but by the ones in
      .pre-commit-hooks.yaml (test cases for the hooks in the repo).
      f57b0de8
      History
      Exclude the test files from pre-commit.
      nimrod authored
      They're not meant to be checked by the hooks in .pre-commit-config.yaml
      (that test the code in the repo) but by the ones in
      .pre-commit-hooks.yaml (test cases for the hooks in the repo).