Skip to content

Commit eea8f43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.21.1](tox-dev/pyproject-fmt@v2.21.0...v2.21.1)
1 parent 52e76d6 commit eea8f43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.37.1
11+
rev: 0.37.2
1212
hooks:
1313
- id: check-github-workflows
1414
- id: check-dependabot
@@ -19,7 +19,7 @@ repos:
1919
- id: black
2020
language_version: python3
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 8.0.1
22+
rev: 9.0.0a3
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/asottile/pyupgrade
@@ -49,7 +49,7 @@ repos:
4949
- "-L"
5050
- "assertIn"
5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: v2.21.0
52+
rev: v2.21.1
5353
hooks:
5454
- id: pyproject-fmt
5555
additional_dependencies: ["tox>=4.9"]

0 commit comments

Comments
 (0)