Skip to content

Commit

Permalink
Update rev of pre-commit repos
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jul 1, 2023
1 parent 56fef16 commit 930d575
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.0
rev: 0.23.2
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
- --strict

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint

Expand All @@ -51,7 +51,7 @@ repos:
- mdformat-gfm

- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0
rev: v2.5.1
hooks:
- id: add-trailing-comma

Expand All @@ -71,7 +71,7 @@ repos:
- --extend-ignore=E203

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.269
rev: v0.0.275
hooks:
- id: ruff
args:
Expand All @@ -81,22 +81,22 @@ repos:
- --quiet

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck

- repo: https://github.com/ansible/ansible-lint
rev: v6.17.0
rev: v6.17.2
hooks:
- id: ansible-lint

- repo: https://github.com/semaphor-dk/dansabel
rev: 1.3.0
rev: 1.4.0
hooks:
- id: dansabel

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell

Expand Down

0 comments on commit 930d575

Please sign in to comment.