diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc3b377c..e499586b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: additional_dependencies: [black==24.*] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.8.0" + rev: "v0.8.1" hooks: - id: ruff types: [file, python] @@ -91,7 +91,7 @@ repos: # Forbid files which have a UTF-8 Unicode replacement character. - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-dependabot - id: check-github-workflows