Skip to content

Commit 3ff5cf2

Browse files
[pre-commit.ci] pre-commit autoupdate (#1247)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/sirosen/check-jsonschema: 0.31.1 → 0.33.1](python-jsonschema/check-jsonschema@0.31.1...0.33.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c55f63 commit 3ff5cf2

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
@@ -28,20 +28,20 @@ repos:
2828
- id: black
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 6.0.0
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434
args: ["--profile", "black"]
3535
files: \.py$
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.19.1
38+
rev: v3.20.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [--py39-plus]
4242

4343
- repo: https://github.com/pycqa/flake8
44-
rev: 7.1.1
44+
rev: 7.3.0
4545
hooks:
4646
- id: flake8
4747
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
5353
stages: [manual]
5454

5555
- repo: https://github.com/sirosen/check-jsonschema
56-
rev: 0.31.1
56+
rev: 0.33.1
5757
hooks:
5858
- id: check-jsonschema
5959
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)