Skip to content

Commit 7cb2ff3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/ansible/ansible-lint.git: v25.5.0 → v25.9.1](https://github.com/ansible/ansible-lint.git/compare/v25.5.0...v25.9.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 4e73b8d commit 7cb2ff3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_language_version:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: "v5.0.0"
11+
rev: "v6.0.0"
1212
hooks:
1313
# General
1414
- id: check-added-large-files
@@ -83,16 +83,16 @@ repos:
8383
- id: yesqa
8484
additional_dependencies: [pep8-naming==0.14.1]
8585
- repo: https://github.com/pre-commit/mirrors-mypy
86-
rev: "v1.16.0"
86+
rev: "v1.18.2"
8787
hooks:
8888
- id: mypy
8989
args: [--config-file, .meta/mypy.ini, --scripts-are-modules]
9090
- repo: https://github.com/psf/black-pre-commit-mirror
91-
rev: "25.1.0"
91+
rev: "25.9.0"
9292
hooks:
9393
- id: black
9494
- repo: https://github.com/pycqa/flake8
95-
rev: "7.2.0"
95+
rev: "7.3.0"
9696
hooks:
9797
- id: flake8
9898
additional_dependencies:
@@ -108,7 +108,7 @@ repos:
108108
args: [-c, .meta/yamllint.yaml]
109109
# Ansible
110110
- repo: https://github.com/ansible/ansible-lint.git
111-
rev: "v25.5.0"
111+
rev: "v25.9.1"
112112
hooks:
113113
- id: ansible-lint
114114
args:
@@ -118,7 +118,7 @@ repos:
118118
- jmespath==1.0.1
119119
# Shell
120120
- repo: https://github.com/shellcheck-py/shellcheck-py
121-
rev: "v0.10.0.1"
121+
rev: "v0.11.0.1"
122122
hooks:
123123
- id: shellcheck
124124
args: [--enable=all]

0 commit comments

Comments
 (0)