From 0fb21192dc6d4c2b86826e27b8b29ac4b9881784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:37:07 +0000 Subject: [PATCH 1/2] :arrow_up: deps: Bump ruff from 0.0.292 to 0.1.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.0. - [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.292...v0.1.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 823bbf24..ca492dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest>=7.4.0", "black>=23.9.1", "isort>=5.12.0", - "ruff==0.0.292", + "ruff==0.1.0", "pytest-rerunfailures>=11.0", "build", ] From 00bd492dc6da5ae742e7c45e94f07bc1b1f5ab68 Mon Sep 17 00:00:00 2001 From: SigureMo Date: Wed, 18 Oct 2023 01:51:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20chore:=20move=20some=20ruff?= =?UTF-8?q?=20fields=20into=20`ruff.lint`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ca492dbe..6cf33e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,8 @@ known_first_party = ["bilili"] [tool.ruff] line-length = 120 target-version = "py38" + +[tool.ruff.lint] select = [ # Pyflakes "F",