Skip to content

Commit

Permalink
Added self check, version up
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jul 27, 2022
1 parent c8da6bc commit b853db9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ repos:
- id: "end-of-file-fixer"
- id: "forbid-new-submodules"
- id: "trailing-whitespace"
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
rev: "0.2.1"
hooks:
- id: "pre-commit-config-shellcheck"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Also, it can be used as a `pre-commit <https://pre-commit.com/>`_ hook out of th
.. code-block:: yaml
- repo: "https://github.com/Anadea/pre-commit-config-shellcheck"
rev: "v0.2.0"
rev: "0.2.1"
hooks:
- id: "pre-commit-config-shellcheck"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre-commit-config-shellcheck
version = 0.2.0
version = 0.2.1
description = Tool for checking entry points in the pre-commit config with ShellCheck.
python_requires >= 3.7
license_file = MIT-LICENSE
Expand Down

0 comments on commit b853db9

Please sign in to comment.