Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==23.*]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.34.1
rev: 0.35.0
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand All @@ -22,7 +22,7 @@ repos:
- id: codespell
args: ["-L", "socio-economic"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.18.2
rev: v1.19.0
hooks:
- id: mypy
files: src
Expand All @@ -43,7 +43,7 @@ repos:
"--no-strict-optional",
]
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.6.2
rev: v3.7.3
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json, toml]
Expand All @@ -64,7 +64,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.1
rev: v0.14.7
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -93,6 +93,6 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.15.2
rev: v1.18.0
hooks:
- id: zizmor
Loading