Skip to content

Commit 7f7ca7f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/sirosen/check-jsonschema: 0.31.1 → 0.31.3](python-jsonschema/check-jsonschema@0.31.1...0.31.3)
1 parent 45ab90f commit 7f7ca7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: black
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.0
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929
args: ["--profile", "black"]
@@ -36,7 +36,7 @@ repos:
3636
args: [--py37-plus]
3737

3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.1.1
39+
rev: 7.1.2
4040
hooks:
4141
- id: flake8
4242
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
stages: [manual]
4949

5050
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.31.1
51+
rev: 0.31.3
5252
hooks:
5353
- id: check-jsonschema
5454
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)