Skip to content

Commit 5bc0748

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/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/asottile/reorder-python-imports: v3.15.0 → v3.16.0](asottile/reorder-python-imports@v3.15.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.20.1](pre-commit/mirrors-mypy@v1.16.0...v1.20.1) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/ansible/ansible-lint.git: v25.5.0 → v26.4.0](https://github.com/ansible/ansible-lint.git/compare/v25.5.0...v26.4.0) - [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 5bc0748

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.pre-commit-config.yaml

Lines changed: 12 additions & 12 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
@@ -36,7 +36,7 @@ repos:
3636
- id: nocommit
3737
exclude: .pre-commit-config.yaml
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: "v2.4.1"
39+
rev: "v2.4.2"
4040
hooks:
4141
- id: codespell
4242
args:
@@ -50,7 +50,7 @@ repos:
5050
]
5151
# Markdown
5252
- repo: https://github.com/executablebooks/mdformat
53-
rev: 0.7.22
53+
rev: 1.0.0
5454
hooks:
5555
- id: mdformat
5656
additional_dependencies:
@@ -64,16 +64,16 @@ repos:
6464
- id: python-use-type-annotations
6565
- id: python-no-log-warn
6666
- repo: https://github.com/asottile/reorder-python-imports
67-
rev: "v3.15.0"
67+
rev: "v3.16.0"
6868
hooks:
6969
- id: reorder-python-imports
7070
args: [--py310-plus]
7171
- repo: https://github.com/asottile/add-trailing-comma
72-
rev: "v3.2.0"
72+
rev: "v4.0.0"
7373
hooks:
7474
- id: add-trailing-comma
7575
- repo: https://github.com/asottile/pyupgrade
76-
rev: "v3.20.0"
76+
rev: "v3.21.2"
7777
hooks:
7878
- id: pyupgrade
7979
args: [--py310-plus]
@@ -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.20.1"
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: "26.3.1"
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:
@@ -102,13 +102,13 @@ repos:
102102
args: [--config, .meta/flake8.conf]
103103
# Yaml
104104
- repo: https://github.com/adrienverge/yamllint
105-
rev: "v1.37.1"
105+
rev: "v1.38.0"
106106
hooks:
107107
- id: yamllint
108108
args: [-c, .meta/yamllint.yaml]
109109
# Ansible
110110
- repo: https://github.com/ansible/ansible-lint.git
111-
rev: "v25.5.0"
111+
rev: "v26.4.0"
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)