diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b98f367..7fa13fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: additional_dependencies: - mdformat-toc - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/README.md b/README.md index cc3d988..b778369 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ into separate repos: ```yaml - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/setup.py b/setup.py index 65c2560..1fd6391 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.5.4", + version="1.5.5", author="Lucas Cimon", author_email="lucas.cimon@gmail.com", platforms="linux",