From e1b61fca9ca6730e0e528430ea585b4a8f5b72e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:19:06 +0000 Subject: [PATCH] build(deps): update ruff requirement from <0.6 to <0.8 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.18...0.7.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index afb9945..dbcb533 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 # keep in rough sync with pyproject.toml + rev: v0.7.2 # keep in rough sync with pyproject.toml hooks: - name: Ruff formatting id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 9ddbb25..85888de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pre-commit", # Ruff is using minor versions for breaking changes until their 1.0 release. # See https://docs.astral.sh/ruff/versioning/ - "ruff < 0.6", # keep in rough sync with pre-commit-config.yaml + "ruff < 0.8", # keep in rough sync with pre-commit-config.yaml ] [project.urls]