From 7cdb2b0b6dffd3567f1277e94f1a88fd0b24562f Mon Sep 17 00:00:00 2001 From: mdtanker Date: Fri, 4 Oct 2024 15:07:27 +0200 Subject: [PATCH] chore: set ruff rule --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 06f5cfe..cc877ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -221,6 +221,8 @@ extend-include = ["*.ipynb"] "noxfile.py" = ["T20"] "*.ipynb" = ["E402", "B018", "T201", "C408", "E712",] +[tool.ruff.lint.flake8-pytest-style] +mark-parentheses = true [tool.pylint] py-version = "3.9"