Skip to content

Commit 4b16649

Browse files
chore(deps): update pre-commit hooks (#234)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.0...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/henryiii/validate-pyproject-schema-store: 2024.07.01 → 2024.07.29](henryiii/validate-pyproject-schema-store@2024.07.01...2024.07.29) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.1](python-jsonschema/check-jsonschema@0.28.6...0.29.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f13c666 commit 4b16649

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
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==23.*]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.5.0"
14+
rev: "v0.5.6"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix", "--show-fixes"]
@@ -45,7 +45,7 @@ repos:
4545
- id: rst-inline-touching-normal
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.10.1
48+
rev: v1.11.1
4949
hooks:
5050
- id: mypy
5151
files: (src|web|tests)
@@ -78,12 +78,12 @@ repos:
7878
exclude: .pre-commit-config.yaml
7979

8080
- repo: https://github.com/henryiii/validate-pyproject-schema-store
81-
rev: 2024.07.01
81+
rev: 2024.07.29
8282
hooks:
8383
- id: validate-pyproject
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: 0.28.6
86+
rev: 0.29.1
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)