diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb9da7660..0eb7a4f0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.5.6 hooks: - id: ruff args: [--fix] @@ -17,7 +17,7 @@ repos: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.0' + rev: 'v1.11.1' hooks: - id: mypy name: mypy (scripts) diff --git a/lib/esbonio/hatch.toml b/lib/esbonio/hatch.toml index f8ae14be7..55bf8ce9c 100644 --- a/lib/esbonio/hatch.toml +++ b/lib/esbonio/hatch.toml @@ -39,4 +39,4 @@ value = ["tests/sphinx-agent", "tests/e2e"] [envs.hatch-static-analysis] config-path = "ruff_defaults.toml" -dependencies = ["ruff==0.5.4"] +dependencies = ["ruff==0.5.6"]