diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f06ca86..e649111 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: args: [--fix=lf] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.10 + rev: v0.16.8 hooks: # Run the linter. - id: ruff @@ -21,7 +21,7 @@ repos: - id: ruff-format args: ["--config=pyproject.toml"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 # Use the sha / tag you want to point at + rev: v2.3.1 # Use the sha / tag you want to point at hooks: - id: mypy args: ["--install-types", "--non-interactive", "--ignore-missing-imports", "--check-untyped-defs",