Skip to content

Commit

Permalink
Version bump to v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Feb 23, 2022
1 parent 8e21851 commit ca52c42
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Empty file modified tests/resources/main_iso8859_with_license.cpp
100755 → 100644
Empty file.
Empty file modified tests/resources/main_iso8859_without_license.cpp
100755 → 100644
Empty file.

0 comments on commit ca52c42

Please sign in to comment.