diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f925057f..c109189e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.12 + rev: v0.15.22 hooks: # Run the linter. - id: ruff-check @@ -16,12 +16,12 @@ repos: - id: ruff-format types_or: [ python, pyi, jupyter ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.2 + rev: v2.3.0 hooks: - id: mypy additional_dependencies: [types-beautifulsoup4, types-decorator, types-PyYAML, pydantic, types-toml] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint args: ["--disable", "MD013"] @@ -32,6 +32,6 @@ repos: args: ['--extra-keys="metadata.kernelspec"'] - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.11.8 + rev: 0.11.29 hooks: - id: uv-lock