From f801ee2f58b489a634ec82db79cbb01e143ed22e Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 11 Jul 2023 23:59:50 +0300 Subject: [PATCH] Reconfigure ruff --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7525cfe..4550bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,9 @@ line-length = 80 select = ["ALL"] target-version = "py37" +[tool.ruff.flake8-self] +ignore-names = [] + [tool.ruff.flake8-unused-arguments] ignore-variadic-names = true