Skip to content

Commit 2548e01

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.3](python-jsonschema/check-jsonschema@0.28.6...0.29.3)
1 parent 2d2348a commit 2548e01

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.2
7+
rev: 24.8.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -28,13 +28,13 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.0
31+
rev: 7.1.1
3232
hooks:
3333
- id: flake8
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.10.1
37+
rev: v1.11.2
3838
hooks:
3939
- id: mypy
4040
args: [--no-strict-optional, --ignore-missing-imports]
@@ -46,7 +46,7 @@ repos:
4646
- https://github.com/packit/sandcastle.git
4747
stages: [manual, push]
4848
- repo: https://github.com/python-jsonschema/check-jsonschema
49-
rev: 0.28.6
49+
rev: 0.29.3
5050
hooks:
5151
- id: check-github-workflows
5252
args: ["--verbose"]

0 commit comments

Comments
 (0)