From ae50b417fbb4605e6781d1e68be945c2951b0be8 Mon Sep 17 00:00:00 2001 From: Marco M Date: Mon, 9 Aug 2021 14:16:01 +0200 Subject: [PATCH] Change editorconfig-checker entry --- .pre-commit-hooks.yaml | 2 +- README.md | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 87a618f..2e3157e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,7 +1,7 @@ - id: editorconfig-checker name: editorconfig-checker description: '`editorconfig-checker` is a tool to check if your files consider your .editorconfig-rules.' - entry: editorconfig-checker + entry: ec language: python types: [text] require_serial: true diff --git a/README.md b/README.md index fc50cc5..7468674 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ repos: rev: '' # pick a git hash / tag to point to hooks: - id: editorconfig-checker + alias: ec ``` See the [pre-commit docs](https://pre-commit.com/#pre-commit-configyaml---hooks) to check how to customize this configuration. diff --git a/setup.py b/setup.py index 0975145..def4620 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ from urllib2 import urlopen -WRAPPER_VERSION = '2.3.52' +WRAPPER_VERSION = '2.3.53' EDITORCONFIG_CHECKER_CORE_VERSION = '2.3.5' EDITORCONFIG_CHECKER_EXE_NAME = 'ec'