Skip to content

Commit

Permalink
Change editorconfig-checker entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicu committed Aug 9, 2021
1 parent c22c136 commit ae50b41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit ae50b41

Please sign in to comment.