Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ repos:
- id: trailing-whitespace
exclude: .bumpversion.cfg
- repo: https://github.com/timothycrosley/isort
rev: 7.0.0
rev: 8.0.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 26.1.0
rev: 26.3.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.14
rev: v0.15.6
hooks:
- id: ruff
- repo: https://github.com/python-poetry/poetry
rev: 2.3.1
rev: 2.3.2
hooks:
- id: poetry-check
- id: poetry-install
Expand All @@ -41,7 +41,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v26.2.0
rev: v26.3.0
hooks:
- id: ansible-lint
stages:
Expand Down
Loading