From 6ee6a83995e75e84e1483f5109c8db6de2751a86 Mon Sep 17 00:00:00 2001 From: David Danier Date: Thu, 19 Oct 2023 11:20:43 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=9B=A0=20Update=20ruff=20to=20la?= =?UTF-8?q?test=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5797489..b5ef7aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,14 @@ pytest-mock = "^3.8.2" mypy = ">=0.971,<2.0" anyio = {extras = ["trio"], version = ">=3.6.1,<5.0.0"} tox = ">=3.26,<5.0" -ruff = ">=0.0.284,<0.1.0" +ruff = ">=0.0.284,<0.2.0" [tool.ruff] select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"] line-length = 115 target-version = "py38" ignore = ["A001","A002","A003","ANN101","ANN102","ANN401","C901","N8","B008","F405","F821"] +output-format = "grouped" [tool.ruff.per-file-ignores] "__init__.py" = ["F401"]