Skip to content

Commit 5a92c1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.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.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0)
1 parent e400806 commit 5a92c1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
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.33.2
1212
hooks:
1313
- id: check-github-workflows
1414
- id: check-dependabot
@@ -23,12 +23,12 @@ repos:
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.19.1
26+
rev: v3.20.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.6.0
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: ["tox>=4.9"]

0 commit comments

Comments
 (0)