diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa7cb19..79daf6e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.16.2" + rev: "v0.16.3" hooks: - id: ruff args: ["--fix"] @@ -42,7 +42,7 @@ repos: language: python files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.3.0 + rev: v2.3.1 hooks: - id: mypy exclude: (docs|pyfakefs/tests)