From ca52c4245639abd55c970e6bbbca95cab3de22d8 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Wed, 23 Feb 2022 11:18:50 +0100 Subject: [PATCH] Version bump to v1.1.13 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- setup.py | 2 +- tests/resources/main_iso8859_with_license.cpp | 0 tests/resources/main_iso8859_without_license.cpp | 0 5 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 tests/resources/main_iso8859_with_license.cpp mode change 100755 => 100644 tests/resources/main_iso8859_without_license.cpp diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4a393a7..7844d16 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.12 + rev: v1.1.13 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/README.md b/README.md index bd89154..9b8b7db 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.12 + rev: v1.1.13 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/setup.py b/setup.py index 17cf2e5..72b8823 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.12', + version='1.1.13', author='Lucas Cimon', author_email='lucas.cimon@gmail.com', diff --git a/tests/resources/main_iso8859_with_license.cpp b/tests/resources/main_iso8859_with_license.cpp old mode 100755 new mode 100644 diff --git a/tests/resources/main_iso8859_without_license.cpp b/tests/resources/main_iso8859_without_license.cpp old mode 100755 new mode 100644