From 9c198601802f653dff38629de2aa7c8a583cd32e Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 11 Jan 2025 15:28:33 +0000 Subject: [PATCH] add a couple more Ruff categories, and alphabetise them (#310) --- pyproject.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfe363d0..3e0f55a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,18 +84,20 @@ skip-magic-trailing-comma = true [tool.ruff.lint] select = [ "ARG", - "E", - "F", "B", "B9", "D", - "SIM", + "E", + "EXE", + "F", "I", - "PT", - "UP", + "ISC", "PGH", "PYI", + "PT", "RUF", + "SIM", + "UP", ] ignore = [ # These are all enforced by, or incompatible with, the ruff formatter: