diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e26d72..85be318 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,12 +36,12 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.23.0" + rev: "0.23.2" hooks: - id: "check-github-workflows" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.9.0" + rev: "v3.10.0" hooks: - id: "reorder-python-imports" args: @@ -54,7 +54,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.0.267' + rev: 'v0.0.275' hooks: - id: "ruff" @@ -64,7 +64,7 @@ repos: - id: "nbstripout" - repo: "https://github.com/python-poetry/poetry" - rev: "1.4.0" + rev: "1.5.0" hooks: - id: "poetry-check" - id: "poetry-lock"