Skip to content

Commit

Permalink
Version bump to v1.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed May 11, 2022
1 parent 578481d commit 31a29ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Install ⚙️
run: |
python -m pip install --upgrade pip setuptools wheel pre-commit
pip install -r requirements-dev.txt
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade -r requirements-dev.txt
pip install --upgrade .
- name: Running checks ☑
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
additional_dependencies:
- mdformat-toc
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.1.14
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 @@ -35,7 +35,7 @@ into separate repos:

```yaml
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.1.14
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.13',
version='1.1.14',

author='Lucas Cimon',
author_email='lucas.cimon@gmail.com',
Expand Down

0 comments on commit 31a29ed

Please sign in to comment.