Skip to content

Commit 10c538a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.1](python-jsonschema/check-jsonschema@0.33.0...0.34.1) - 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 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.11.0](tox-dev/pyproject-fmt@v2.5.1...v2.11.0)
1 parent e400806 commit 10c538a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks.git
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-toml
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/python-jsonschema/check-jsonschema
11-
rev: 0.33.0
11+
rev: 0.34.1
1212
hooks:
1313
- id: check-github-workflows
1414
- id: check-dependabot
1515
- id: check-readthedocs
16-
- repo: https://github.com/psf/black
17-
rev: 25.1.0
16+
- repo: https://github.com/psf/black-pre-commit-mirror
17+
rev: 25.9.0
1818
hooks:
1919
- id: black
2020
language_version: python3
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 6.0.1
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.21.0
2727
hooks:
2828
- id: pyupgrade
2929
args: ["--py37-plus"]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.2.0
31+
rev: 7.3.0
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
- "-L"
5050
- "assertIn"
5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: v2.5.1
52+
rev: v2.11.0
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: ["tox>=4.9"]

0 commit comments

Comments
 (0)