Skip to content

Commit f65333b

Browse files
authored
Merge pull request #77 from geotribu/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 6a60975 + 346ef84 commit f65333b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ repos:
2424
- --markdown-linebreak-ext=md
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.20.0
27+
rev: v3.21.2
2828
hooks:
2929
- id: pyupgrade
3030
args:
3131
- "--py310-plus"
3232

3333
- repo: https://github.com/psf/black-pre-commit-mirror
34-
rev: 25.9.0
34+
rev: 25.12.0
3535
hooks:
3636
- id: black
3737
args:
3838
- --target-version=py310
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.13.3"
41+
rev: "v0.14.10"
4242
hooks:
4343
- id: ruff
4444
args:
4545
- --fix-only
4646

4747
- repo: https://github.com/pycqa/isort
48-
rev: 6.1.0
48+
rev: 7.0.0
4949
hooks:
5050
- id: isort
5151
args:
@@ -59,7 +59,7 @@ repos:
5959
- id: yamllint
6060

6161
- repo: https://github.com/ansible/ansible-lint
62-
rev: v25.9.1
62+
rev: v25.12.2
6363
hooks:
6464
- id: ansible-lint
6565
name: Ansible Lint

0 commit comments

Comments
 (0)