Skip to content

Commit

Permalink
Merge pull request #23 from ansible/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
webknjaz authored Feb 6, 2025
2 parents d76326b + 4a23220 commit b7bd22a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade.git
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.29.3
rev: 0.30.0
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -186,7 +186,7 @@ repos:
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
alias: mypy-py313
Expand Down Expand Up @@ -250,7 +250,7 @@ repos:
pass_filenames: false

- repo: https://github.com/PyCQA/pylint.git
rev: v3.3.1
rev: v3.3.3
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit b7bd22a

Please sign in to comment.