Skip to content

Commit 8f8a223

Browse files
chore: update pre-commit hooks
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.3](python-jsonschema/check-jsonschema@0.37.1...0.37.3) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v2.1.0](pre-commit/mirrors-mypy@v1.20.1...v2.1.0) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.8.4](rbubley/mirrors-prettier@v3.8.3...v3.8.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.11...v0.15.18) - [github.com/woodruffw/zizmor-pre-commit: v1.24.1 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.24.1...v1.26.1)
1 parent e95f686 commit 8f8a223

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.3
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
@@ -43,7 +43,7 @@ repos:
4343
"--no-strict-optional",
4444
]
4545
- repo: https://github.com/rbubley/mirrors-prettier
46-
rev: v3.8.3
46+
rev: v3.8.4
4747
hooks:
4848
- id: prettier
4949
types_or: [yaml, markdown, html, css, scss, javascript, json, toml]
@@ -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.18
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.26.1
9797
hooks:
9898
- id: zizmor

0 commit comments

Comments
 (0)