From 764bcf9ce8e2edde84a7423e5717a01684f09c2e Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Thu, 16 Nov 2023 05:16:25 +0200 Subject: [PATCH] Enable PEP8 linting in ruff Signed-off-by: Alfred Wingate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43688b0..0b052eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ src_paths = ["bin/euscan", "src/euscan/"] extend-include = ["bin/euscan", "bin/euscan_patch_metadata"] [tool.ruff.lint] -extend-select = ["E", "W"] +extend-select = ["E", "N", "W"]