diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff170a8..5a84053 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.9 + rev: v0.4.10 hooks: - id: ruff args: [--fix] diff --git a/lib/lsp-devtools/hatch.toml b/lib/lsp-devtools/hatch.toml index 02db67e..13c1480 100644 --- a/lib/lsp-devtools/hatch.toml +++ b/lib/lsp-devtools/hatch.toml @@ -13,4 +13,4 @@ extra-dependencies = ["pytest-asyncio"] [envs.hatch-static-analysis] config-path = "ruff_defaults.toml" -dependencies = ["ruff==0.4.9"] +dependencies = ["ruff==0.4.10"] diff --git a/lib/pytest-lsp/hatch.toml b/lib/pytest-lsp/hatch.toml index 00eaf32..d236346 100644 --- a/lib/pytest-lsp/hatch.toml +++ b/lib/pytest-lsp/hatch.toml @@ -23,4 +23,4 @@ matrix.pytest.dependencies = [ [envs.hatch-static-analysis] config-path = "ruff_defaults.toml" -dependencies = ["ruff==0.4.9"] +dependencies = ["ruff==0.4.10"]