diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43702bd..9caad62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,9 +15,4 @@ repos: rev: v2.1.0 hooks: - id: reuse -- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '2.7.2' - hooks: - - id: editorconfig-checker - alias: ec ... diff --git a/README.md b/README.md index 1169494..4f90f8f 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ This repository adheres to [SemVer](https://semver.org/lang/de/) and [Keep a Cha Simple, add the second option to your `.pre-commit-config.yaml`. - - ```yaml --- repos: @@ -34,7 +32,6 @@ repos: - id: woodpecker-lint ... ``` - ## Alternative Repos