From 297f612cdafc7c54efe843f6a911a3a3c9fbf312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:48:53 -0600 Subject: [PATCH] build(deps-dev): bump ruff from 0.5.0 to 0.6.1 (#1006) * build(deps-dev): bump ruff from 0.5.0 to 0.6.1 * chore(pre-commit): bump ruff plugin from 0.5.0 to 0.6.1 --- .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 7b559cea1..842903553 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: # Linters and validation - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.6.1 hooks: - id: ruff name: ruff (lint) diff --git a/pyproject.toml b/pyproject.toml index 18193a5a7..242021dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ test = [ dev = [ "pre-commit ~= 3.5", "tox ~= 4.11", - "ruff == 0.5.0" + "ruff == 0.6.1" ] mypy = [ "mypy == 1.11.2",