Skip to content

Commit 6293865

Browse files
[pre-commit.ci] pre-commit autoupdate (#1096)
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [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/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a114b6c commit 6293865

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 25.1.0
2+
- repo: https://github.com/psf/black-pre-commit-mirror
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
args: ["--target-version=py39"]
@@ -12,7 +12,7 @@ repos:
1212
args: ["--target-version=py39"]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.0.1
15+
rev: 6.1.0
1616
hooks:
1717
- id: isort
1818

@@ -30,7 +30,7 @@ repos:
3030
args: [--no-build-isolation]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: "v1.18.1"
33+
rev: "v1.18.2"
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [cryptography>=3.4.0]
@@ -47,7 +47,7 @@ repos:
4747
# - id: pyprojectsort
4848

4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: "0.33.3"
50+
rev: "0.34.0"
5151
hooks:
5252
- id: check-github-workflows
5353
- id: check-readthedocs
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.13.0
62+
rev: v0.13.3
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)