Skip to content

Commit 4f4fa52

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/pre-commit/pre-commit: v3.5.0 → v4.5.1](pre-commit/pre-commit@v3.5.0...v4.5.1) - [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/sync-pre-commit-deps: v0.0.1 → v0.0.3](pre-commit/sync-pre-commit-deps@v0.0.1...v0.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.3...v0.14.10) - [github.com/python-poetry/poetry: 1.8.5 → 2.2.1](python-poetry/poetry@1.8.5...2.2.1) - [github.com/pappasam/toml-sort: v0.23.1 → v0.24.3](pappasam/toml-sort@v0.23.1...v0.24.3) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](google/yamlfmt@v0.17.2...v0.21.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.19.1](pre-commit/mirrors-mypy@v1.14.1...v1.19.1) - [github.com/asottile/pyupgrade: v3.10.0 → v3.21.2](asottile/pyupgrade@v3.10.0...v3.21.2) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.7](PyCQA/docformatter@eb1df34...v1.7.7) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.36.0](python-jsonschema/check-jsonschema@0.30.0...0.36.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.6.22 → v1.7.10.24](Mateusz-Grzelinski/actionlint-py@v1.7.6.22...v1.7.10.24) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1) - [github.com/executablebooks/mdformat: 0.7.17 → 1.0.0](hukkin/mdformat@0.7.17...1.0.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](adamchainz/blacken-docs@1.18.0...1.20.0) - [github.com/tcort/markdown-link-check: v3.11.2 → v3.14.2](tcort/markdown-link-check@v3.11.2...v3.14.2) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent 194ecf4 commit 4f4fa52

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.pre-commit-config.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ repos:
3939
additional_dependencies:
4040
- pyjson5>=1.6.8
4141
- repo: https://github.com/pre-commit/pre-commit
42-
rev: v3.5.0 # Last version to support Python 3.8
42+
rev: v4.5.1 # Last version to support Python 3.8
4343
hooks:
4444
- id: validate_manifest
4545
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
4646
rev: v1.6.1
4747
hooks:
4848
- id: check-pre-commit-ci-config
4949
- repo: https://github.com/pre-commit/pre-commit-hooks
50-
rev: v5.0.0
50+
rev: v6.0.0
5151
hooks:
5252
- id: check-added-large-files
5353
args: [--maxkb=1024]
@@ -86,16 +86,16 @@ repos:
8686
)
8787
- id: trailing-whitespace
8888
- repo: https://github.com/pre-commit/sync-pre-commit-deps
89-
rev: v0.0.1 # Last version to support Python 3.8
89+
rev: v0.0.3 # Last version to support Python 3.8
9090
hooks:
9191
- id: sync-pre-commit-deps
9292
- repo: https://github.com/astral-sh/ruff-pre-commit
93-
rev: v0.12.3
93+
rev: v0.14.10
9494
hooks:
9595
- id: ruff-format
9696
- id: ruff
9797
- repo: https://github.com/python-poetry/poetry
98-
rev: 1.8.5 # Last version to support Python 3.8
98+
rev: 2.2.1 # Last version to support Python 3.8
9999
hooks:
100100
- id: poetry-check
101101
- id: poetry-lock
@@ -124,52 +124,52 @@ repos:
124124
- id: forbid-binary
125125
always_run: true
126126
- repo: https://github.com/pappasam/toml-sort
127-
rev: v0.23.1 # Last version to support Python 3.8
127+
rev: v0.24.3 # Last version to support Python 3.8
128128
hooks:
129129
- id: toml-sort-fix
130130
exclude: "\\.lock$"
131131
- repo: https://github.com/google/yamlfmt
132-
rev: v0.17.2
132+
rev: v0.21.0
133133
hooks:
134134
- id: yamlfmt
135135
- repo: https://github.com/adrienverge/yamllint
136-
rev: v1.35.1 # Last version to support Python 3.8
136+
rev: v1.37.1 # Last version to support Python 3.8
137137
hooks:
138138
- id: yamllint
139139
args: [--strict]
140140
- repo: https://github.com/pre-commit/mirrors-mypy
141-
rev: v1.14.1 # Last version to support Python 3.8
141+
rev: v1.19.1 # Last version to support Python 3.8
142142
hooks:
143143
- id: mypy
144144
- repo: https://github.com/asottile/pyupgrade
145-
rev: v3.10.0 # Last version to support Python 3.8
145+
rev: v3.21.2 # Last version to support Python 3.8
146146
hooks:
147147
- id: pyupgrade
148148
args: [--py38-plus]
149149
- repo: https://github.com/PyCQA/docformatter
150-
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 # Requires >v1.7.5
150+
rev: v1.7.7 # Requires >v1.7.5
151151
hooks:
152152
- id: docformatter
153153
args: [--in-place, --config, pyproject.toml]
154154
additional_dependencies: [tomli==2.0.1]
155155
- repo: https://github.com/python-jsonschema/check-jsonschema
156-
rev: 0.30.0 # Last version to support Python 3.8
156+
rev: 0.36.0 # Last version to support Python 3.8
157157
hooks:
158158
- id: check-github-workflows
159159
- id: check-renovate
160160
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
161-
rev: v1.7.6.22
161+
rev: v1.7.10.24
162162
hooks:
163163
- id: actionlint
164164
additional_dependencies: [pyflakes>=3.1.0, shellcheck-py>=0.9.0.5]
165165
- repo: https://github.com/crate-ci/typos
166-
rev: v1.34.0
166+
rev: v1
167167
hooks:
168168
- id: typos
169169
exclude_types:
170170
- svg
171171
- repo: https://github.com/executablebooks/mdformat
172-
rev: 0.7.17 # Last version to support Python 3.8
172+
rev: 1.0.0 # Last version to support Python 3.8
173173
hooks:
174174
- id: mdformat
175175
additional_dependencies:
@@ -180,18 +180,18 @@ repos:
180180
- mdformat-config==0.1.3
181181
- mdformat-toc==0.3.0
182182
- repo: https://github.com/asottile/blacken-docs
183-
rev: 1.18.0 # Last version to support Python 3.8
183+
rev: 1.20.0 # Last version to support Python 3.8
184184
hooks:
185185
- id: blacken-docs
186186
args: [--line-length=120]
187187
- repo: https://github.com/tcort/markdown-link-check
188188
# Stick to 3.11.2 until https://github.com/tcort/markdown-link-check/issues/325 is fixed
189-
rev: v3.11.2
189+
rev: v3.14.2
190190
hooks:
191191
- id: markdown-link-check
192192
args: ["--quiet", "--config", ".md-link-config.json"]
193193
- repo: https://github.com/igorshubovych/markdownlint-cli
194-
rev: v0.45.0
194+
rev: v0.47.0
195195
hooks:
196196
- id: markdownlint
197197
language_version: 22.14.0

0 commit comments

Comments
 (0)