From d7725617087d20002f6fe2bb276899654aedc553 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Mon, 23 Sep 2024 15:33:07 +0100 Subject: [PATCH] Enable pycodestyle warning rules --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cee3f79e95..ccb78892b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ target-version = "py38" line-length = 120 [tool.ruff.lint] -select = ["E", "F", "I"] +select = ["E", "F", "I", "W"] per-file-ignores = {"src/scripts/**" = ["E501"]} [tool.setuptools.packages.find]