diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5f99da3cf..8b54f94f66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: ^validation/|\.dtd$|\.xml$ - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.260" + rev: "v0.0.263" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -44,7 +44,7 @@ repos: additional_dependencies: [black==23.3.0] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v1.2.0 # check the oldest and newest supported Pythons hooks: - &mypy