diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40531a4..d5feee9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: rst-directive-colons - repo: https://github.com/asottile/pyupgrade - rev: v3.21.0 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py310-plus] @@ -58,7 +58,7 @@ repos: args: [--py310-plus] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout @@ -80,7 +80,7 @@ repos: # - id: oxipng - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.1 + rev: 0.35.0 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.3" + rev: "v0.14.7" 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.18.2" + rev: "v1.19.0" hooks: - id: mypy files: src @@ -124,7 +124,7 @@ repos: args: ["-L", "gaus"] - 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]