Skip to content

Commit

Permalink
New release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Aug 3, 2023
1 parent 0736e5d commit 7a637cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -15,15 +15,15 @@ repos:
additional_dependencies:
- mdformat-toc
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.2
hooks:
- id: forbid-crlf
- id: remove-crlf
- id: forbid-tabs
exclude: tests/resources/main.*_with_license.cpp
- id: remove-tabs
exclude: tests/resources/main.*_with_license.cpp
- id: chmod
- id: pre_commit_chmod
args: ['644']
exclude: (\.md$|^tests/resources/.*shebang)
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Expand Up @@ -35,7 +35,7 @@
minimum_pre_commit_version: "3.2.0"
- id: chmod
name: Set file permissions
entry: chmod
entry: pre_commit_chmod
language: python
- id: insert-license
name: Insert license in comments
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.2
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
4 changes: 2 additions & 2 deletions setup.py
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.5.1",
version="1.5.2",
author="Lucas Cimon",
author_email="lucas.cimon@gmail.com",
platforms="linux",
Expand All @@ -25,7 +25,7 @@
],
entry_points={
"console_scripts": [
"chmod = pre_commit_hooks.chmod:main",
"pre_commit_chmod = pre_commit_hooks.chmod:main",
"forbid_crlf = pre_commit_hooks.forbid_crlf:main",
"forbid_tabs = pre_commit_hooks.forbid_tabs:main",
"insert_license = pre_commit_hooks.insert_license:main",
Expand Down

0 comments on commit 7a637cc

Please sign in to comment.