diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6d43028..f6861fe6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: python: python3.11 # NOTE: sync with .python-version-default repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.15.10" hooks: - id: ruff alias: r @@ -19,14 +19,14 @@ repos: verbose: true types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.17.1" + rev: "v1.20.1" hooks: - id: mypy args: [--strict, --ignore-missing-imports] additional_dependencies: [pydantic, types-pyyaml, types-tabulate, types-psutil, typer] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.4.0" + rev: "3.6.1" hooks: - id: editorconfig-checker verbose: true