Skip to content

Commit e95f686

Browse files
chore: update pre-commit hooks (#55)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](pre-commit/mirrors-mypy@v1.19.1...v1.20.1) - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.3](rbubley/mirrors-prettier@v3.8.1...v3.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.7...v0.15.11) - [github.com/woodruffw/zizmor-pre-commit: v1.23.1 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.24.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9e1cef0 commit e95f686

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.0
12+
rev: 0.37.1
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.19.1
25+
rev: v1.20.1
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.1
46+
rev: v3.8.3
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.7
67+
rev: v0.15.11
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.23.1
96+
rev: v1.24.1
9797
hooks:
9898
- id: zizmor

0 commit comments

Comments
 (0)