Skip to content

Commit cccfc96

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](pre-commit/mirrors-mypy@v1.10.1...v1.11.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1)
1 parent 2103bec commit cccfc96

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.16.0
11+
rev: v3.17.0
1212
hooks:
1313
- id: pyupgrade
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -44,7 +44,7 @@ repos:
4444
- --per-file-ignores=files/packit.wsgi:F401,E402
4545
- --extend-ignore=E701 # conflicting with black
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.10.1
47+
rev: v1.11.0
4848
hooks:
4949
- id: mypy
5050
args: [
@@ -113,7 +113,7 @@ repos:
113113
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
114114
stages: [commit]
115115
- repo: https://github.com/python-jsonschema/check-jsonschema
116-
rev: 0.28.6
116+
rev: 0.29.1
117117
hooks:
118118
- id: check-github-workflows
119119
args: ["--verbose"]

0 commit comments

Comments
 (0)