Skip to content

Commit a279ae9

Browse files
[pre-commit.ci] pre-commit autoupdate (#396)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0) - [github.com/sirosen/check-jsonschema: 0.23.2 → 0.23.3](python-jsonschema/check-jsonschema@0.23.2...0.23.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9cde9a commit a279ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.7.0
2020
hooks:
2121
- id: black
2222

@@ -28,7 +28,7 @@ repos:
2828
files: \.py$
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.8.0
31+
rev: v3.9.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
@@ -46,7 +46,7 @@ repos:
4646
stages: [manual]
4747

4848
- repo: https://github.com/sirosen/check-jsonschema
49-
rev: 0.23.2
49+
rev: 0.23.3
5050
hooks:
5151
- id: check-jsonschema
5252
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)