From 74ac86ec010497c62cbc541fd0ba429f6915f69f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:05:28 +0000 Subject: [PATCH 1/3] chore(deps): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3e9fd3..4ffb99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.7" + rev: "v0.6.1" hooks: - id: ruff args: ["--fix", "--show-fixes"] From b645394a8471cab0a6178d42aec1a5a607a25a09 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 19 Aug 2024 17:33:14 -0400 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 356ebb4..606f438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,10 +91,6 @@ strict = true warn_unreachable = true enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"] - -[tool.ruff] -src = ["src"] - [tool.ruff.lint] extend-select = [ "B", # flake8-bugbear @@ -117,7 +113,7 @@ extend-select = [ "YTT", # flake8-2020 ] ignore = [ - "ISC001", + "ISC001", # Conficts with formatter ] [tool.ruff.lint.per-file-ignores] From 2dd00466a2425f25139e2ce4b5e75146c31056dd Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Sat, 24 Aug 2024 15:19:56 +0200 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 606f438..b670dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ extend-select = [ "YTT", # flake8-2020 ] ignore = [ - "ISC001", # Conficts with formatter + "ISC001", # Conflicts with formatter ] [tool.ruff.lint.per-file-ignores]