From bf3d5d642f5927738142061f75d5b5842322ac1a Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:27:28 +0200 Subject: [PATCH] pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47f1307e..5e430824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,5 +42,8 @@ build-backend = "poetry.core.masonry.api" [tool.ruff.per-file-ignores] "*.ipynb" = ["ALL"] +[tool.ruff] +line-length = 88 + [tool.mypy] ignore_missing_imports = true -- GitLab