From 3326ee7146c0ab84ece3a203682ef45c2abcbbae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:29:33 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.4.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.9...v0.4.10) * Bump ruff version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Carney --- .pre-commit-config.yaml | 2 +- lib/lsp-devtools/hatch.toml | 2 +- lib/pytest-lsp/hatch.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"]