Skip to content

Commit 2573536

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.0.0](pre-commit/mirrors-mypy@v1.20.1...v2.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12)
1 parent e95f686 commit 2573536

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.0.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.12
6868
hooks:
6969
- id: ruff
7070
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)