Skip to content

Commit 5f8ca3c

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v2.1.0](pre-commit/mirrors-mypy@v1.20.1...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.16](astral-sh/ruff-pre-commit@v0.15.11...v0.15.16) - [github.com/woodruffw/zizmor-pre-commit: v1.24.1 → v1.25.2](zizmorcore/zizmor-pre-commit@v1.24.1...v1.25.2)
1 parent e95f686 commit 5f8ca3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: blacken-docs
1010
additional_dependencies: [black==23.*]
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.37.1
12+
rev: 0.37.2
1313
hooks:
1414
- id: check-github-workflows
1515
- id: check-dependabot
@@ -22,7 +22,7 @@ repos:
2222
- id: codespell
2323
args: ["-L", "socio-economic"]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.20.1
25+
rev: v2.1.0
2626
hooks:
2727
- id: mypy
2828
files: src
@@ -64,7 +64,7 @@ repos:
6464
- id: rst-directive-colons
6565
- id: rst-inline-touching-normal
6666
- repo: https://github.com/astral-sh/ruff-pre-commit
67-
rev: v0.15.11
67+
rev: v0.15.16
6868
hooks:
6969
- id: ruff
7070
args: ["--fix", "--show-fixes"]
@@ -93,6 +93,6 @@ repos:
9393
- id: requirements-txt-fixer
9494
- id: trailing-whitespace
9595
- repo: https://github.com/woodruffw/zizmor-pre-commit
96-
rev: v1.24.1
96+
rev: v1.25.2
9797
hooks:
9898
- id: zizmor

0 commit comments

Comments
 (0)