diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5feee9..19b0b38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: args: [--py310-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v3.1.0 + rev: v3.2.0 hooks: - id: setup-cfg-fmt args: [--max-py-version=3.14, --include-version-classifiers] @@ -58,7 +58,7 @@ repos: args: [--py310-plus] - repo: https://github.com/kynan/nbstripout - rev: 0.8.2 + rev: 0.9.0 hooks: - id: nbstripout @@ -69,7 +69,7 @@ repos: args: ["--futures=true"] - repo: https://github.com/MarcoGorelli/auto-walrus - rev: 0.3.4 + rev: 0.4.1 hooks: - id: auto-walrus @@ -80,7 +80,7 @@ repos: # - id: oxipng - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.35.0 + rev: 0.36.1 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.7" + rev: "v0.14.14" 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.0" + rev: "v1.19.1" hooks: - id: mypy files: src @@ -124,7 +124,7 @@ repos: args: ["-L", "gaus"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.7.3" + rev: "v3.8.1" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]