From f1211f7fc3eb11f16ee063fbb7600d4856657288 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Tue, 20 Aug 2024 10:51:03 +0100 Subject: [PATCH] dont fmt examples --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 514d604..1df82a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,11 +55,12 @@ dev-dependencies = [ ] [tool.ruff] +include = ["py/**/*.py"] +exclude = ["examples"] target-version = "py39" line-length = 120 [tool.ruff.lint] -ignore-init-module-imports = true select = ["A", "E", "F", "I", "N", "Q", "U", "T100"] [tool.ruff.lint.isort]