diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19b0b38..0aa7ccc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: args: [--py310-plus] - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout @@ -80,7 +80,7 @@ repos: # - id: oxipng - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.1 + rev: 0.37.2 hooks: - id: check-github-workflows - id: check-github-actions @@ -93,7 +93,7 @@ repos: - id: rm-unneeded-f-str - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.14" + rev: "v0.15.12" hooks: - id: ruff-check types_or: [python, pyi, jupyter] @@ -103,7 +103,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.19.1" + rev: "v1.20.2" hooks: - id: mypy files: src @@ -116,7 +116,7 @@ repos: additional_dependencies: [black==24.*] - repo: https://github.com/codespell-project/codespell - rev: "v2.4.1" + rev: "v2.4.2" hooks: - id: codespell additional_dependencies: @@ -124,7 +124,7 @@ repos: args: ["-L", "gaus"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.8.1" + rev: "v3.8.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]