Skip to content

Commit 0e53ffc

Browse files
committed
chore: bump pre-commit versions
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 24c1aa1 commit 0e53ffc

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
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.4.7
28+
rev: v0.5.0
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -60,7 +60,7 @@ repos:
6060
stages: [manual]
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.10.0
63+
rev: v1.10.1
6464
hooks:
6565
- id: mypy
6666
exclude: |
@@ -123,12 +123,12 @@ repos:
123123
exclude: .pre-commit-config.yaml
124124

125125
- repo: https://github.com/henryiii/validate-pyproject-schema-store
126-
rev: 2024.06.03
126+
rev: 2024.06.24
127127
hooks:
128128
- id: validate-pyproject
129129

130130
- repo: https://github.com/python-jsonschema/check-jsonschema
131-
rev: 0.28.4
131+
rev: 0.28.6
132132
hooks:
133133
- id: check-dependabot
134134
- id: check-github-workflows

0 commit comments

Comments
 (0)