Skip to content

Commit

Permalink
New release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Mar 31, 2023
1 parent dad83f9 commit 4ebba44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
exclude: tests/resources/main.*_with_license.cpp
#- id: chmod
# args: ['644']
# exclude: ^(README|tests/resources/.*shebang)
# exclude: (\.md$|^tests/resources/.*shebang)
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
rev: v1.5.0
hooks:
- id: forbid-crlf
- id: remove-crlf
Expand Down
4 changes: 2 additions & 2 deletions 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.4.2",
version="1.5.0",
author="Lucas Cimon",
author_email="lucas.cimon@gmail.com",
platforms="linux",
Expand All @@ -21,7 +21,7 @@
],
packages=find_packages("."),
install_requires=[
'rapidfuzz',
"rapidfuzz",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 4ebba44

Please sign in to comment.