diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31fb0dad..2b57a728 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.6 + rev: v0.15.12 hooks: # Run the linter. - id: ruff @@ -16,7 +16,7 @@ repos: - id: ruff-format types_or: [ python, pyi, jupyter ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.2 hooks: - id: mypy additional_dependencies: [types-beautifulsoup4, types-decorator, types-PyYAML, pydantic, types-toml] @@ -32,6 +32,6 @@ repos: args: ['--extra-keys="metadata.kernelspec"'] - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.10.10 + rev: 0.11.8 hooks: - id: uv-lock