diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 648d524..ab2eb42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: additional_dependencies: - mdformat-toc - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.0 + rev: v1.4.1 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/README.md b/README.md index 255e048..9daf1d8 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ into separate repos: ```yaml - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.0 + rev: v1.4.1 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/setup.py b/setup.py index 3ebbdf2..1e95f10 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.4.0', + version='1.4.1', author='Lucas Cimon', author_email='lucas.cimon@gmail.com',