Skip to content

Commit ee4e39e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade.git: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.19.1) - [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.30.0)
1 parent 6e64b74 commit ee4e39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: add-trailing-comma
1111

1212
- repo: https://github.com/asottile/pyupgrade.git
13-
rev: v3.17.0
13+
rev: v3.19.1
1414
hooks:
1515
- id: pyupgrade
1616
args:
@@ -36,7 +36,7 @@ repos:
3636
- id: remove-tabs
3737

3838
- repo: https://github.com/python-jsonschema/check-jsonschema.git
39-
rev: 0.29.3
39+
rev: 0.30.0
4040
hooks:
4141
- id: check-github-actions
4242
- id: check-github-workflows

0 commit comments

Comments
 (0)