Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#244)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.7](astral-sh/ruff-pre-commit@v0.6.3...v0.6.7)
- [github.com/ansible/ansible-lint: v24.7.0 → v24.9.2](ansible/ansible-lint@v24.7.0...v24.9.2)
- [github.com/pycqa/pylint: v3.2.7 → v3.3.0](pylint-dev/pylint@v3.2.7...v3.3.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and ssbarnea authored Sep 24, 2024
1 parent 2b9e04c commit 0cdcca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
- deps
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.7
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -49,7 +49,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/ansible/ansible-lint
rev: v24.7.0
rev: v24.9.2
hooks:
- id: ansible-lint
language_version: python3.10 # minimal supported officially
Expand Down Expand Up @@ -79,7 +79,7 @@ repos:
- typer-config
- typer>=0.12.2
- repo: https://github.com/pycqa/pylint
rev: v3.2.7
rev: v3.3.0
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 0cdcca7

Please sign in to comment.