From 1c3566074f082ca6a02bf1b3e82bdf6ef7e11cc5 Mon Sep 17 00:00:00 2001 From: esavary Date: Fri, 22 Mar 2024 15:03:58 +0100 Subject: [PATCH] Update pyproject.toml Co-authored-by: Oscar Esteban --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ba92cabb..e0285cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,6 +158,7 @@ inline-quotes = "double" "*/__init__.py" = ["F401"] "docs/conf.py" = ["E265"] "/^\\s*\\.\\. _.*?: http/" = ["E501"] +"src/eddymotion/estimator.py" = ["C901"] [tool.ruff.format] quote-style = "double"