diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e26d72..ce98941 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/python-jsonschema/check-jsonschema" - rev: "0.23.0" + rev: "0.23.1" hooks: - id: "check-github-workflows" @@ -54,7 +54,7 @@ repos: - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: 'v0.0.267' + rev: 'v0.0.270' 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"