Skip to content

Commit bc0d2cd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.1 → 3.6.0](editorconfig-checker/editorconfig-checker.python@3.4.1...3.6.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/pylint-dev/pylint: v4.0.2 → v4.0.4](pylint-dev/pylint@v4.0.2...v4.0.4) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0)
1 parent ea36540 commit bc0d2cd

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
@@ -124,14 +124,14 @@ repos:
124124
description: Enforce that python3.6+ type annotations are used instead of type comments.
125125

126126
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
127-
rev: 3.4.1
127+
rev: 3.6.0
128128
hooks:
129129
- id: editorconfig-checker
130130
name: EditorConfig Checker
131131
description: Check for compliance with the definitions in the EditorConfig file.
132132

133133
- repo: https://github.com/asottile/pyupgrade
134-
rev: v3.21.0
134+
rev: v3.21.2
135135
hooks:
136136
- id: pyupgrade
137137
name: PyUpgrade
@@ -169,7 +169,7 @@ repos:
169169
description: Check for black disable comments.
170170

171171
- repo: https://github.com/psf/black-pre-commit-mirror
172-
rev: 25.9.0
172+
rev: 25.11.0
173173
hooks:
174174
- id: black
175175
name: Black
@@ -201,7 +201,7 @@ repos:
201201
- mdformat-shfmt==0.2.0 # Mdformat plugin to format shell code blocks » https://github.com/hukkin/mdformat-shfmt/tags
202202

203203
- repo: https://github.com/tox-dev/pyproject-fmt
204-
rev: v2.11.0
204+
rev: v2.11.1
205205
hooks:
206206
- id: pyproject-fmt
207207
name: pyproject.toml formatter
@@ -217,7 +217,7 @@ repos:
217217
description: Validate the pyproject.toml file.
218218

219219
- repo: https://github.com/pylint-dev/pylint
220-
rev: v4.0.2
220+
rev: v4.0.4
221221
hooks:
222222
- id: pylint
223223
name: Pylint
@@ -226,7 +226,7 @@ repos:
226226
- --py-version=3.10
227227

228228
- repo: https://github.com/python-jsonschema/check-jsonschema
229-
rev: 0.34.1
229+
rev: 0.35.0
230230
hooks:
231231
- id: check-github-actions
232232
name: Check GitHub Actions

0 commit comments

Comments
 (0)