From d97ed916314ea9d53bf4200b924899849bbbcff2 Mon Sep 17 00:00:00 2001 From: 283375 Date: Fri, 27 Sep 2024 23:45:46 +0800 Subject: [PATCH] chore: update ruff version --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- requirements.dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20d8ffd..76a2eef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.6.8 hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index 22489e1..47de9c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] [project.optional-dependencies] -dev = ["ruff~=0.4", "pre-commit~=3.3", "pytest~=7.4", "tox~=4.11"] +dev = ["ruff~=0.6.8", "pre-commit~=3.3", "pytest~=7.4", "tox~=4.11"] [project.urls] "Homepage" = "https://github.com/283375/arcaea-offline" diff --git a/requirements.dev.txt b/requirements.dev.txt index 117f92e..6adb009 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -ruff~=0.4 +ruff~=0.6.8 pre-commit~=3.3 pytest~=7.4 tox~=4.11