Skip to content

Commit

Permalink
Merge pull request #70 from ansible-community/pre-commit-ci-update-co…
Browse files Browse the repository at this point in the history
…nfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
webknjaz authored Oct 21, 2023
2 parents 4f9c6a8 + 1344848 commit fa4c0b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v3.0.0
rev: v3.1.0
hooks:
- id: add-trailing-comma

Expand All @@ -16,12 +16,12 @@ repos:
- --honor-noqa

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.23.2
rev: 0.27.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down Expand Up @@ -62,7 +62,7 @@ repos:
language_version: python3

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

Expand All @@ -78,7 +78,7 @@ repos:
- --strict

- repo: https://github.com/PyCQA/flake8.git
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
alias: flake8-no-wps
Expand Down Expand Up @@ -123,7 +123,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/pylint.git
rev: v3.0.0a6
rev: v3.0.0
hooks:
- id: pylint
args:
Expand Down

0 comments on commit fa4c0b8

Please sign in to comment.