diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84df777..d7dfaab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: git://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.11 + rev: v1.1.12 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/README.md b/README.md index 3f88308..bd89154 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Hooks specific to a language, or with more dependencies have been extracted into ## Usage - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.1.11 + rev: v1.1.12 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/setup.py b/setup.py index 5811cbf..17cf2e5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='pre-commit-hooks', description='Some out-of-the-box hooks for pre-commit', url='https://github.com/Lucas-C/pre-commit-hooks', - version='1.1.11', + version='1.1.12', author='Lucas Cimon', author_email='lucas.cimon@gmail.com',