From 47072d2c96390f5e5daae9e96d5dc30ae2d704ec Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Wed, 18 Jan 2023 20:01:47 +0200 Subject: Apply ruff C category fixes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index aeee570..0a92130 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ target-version = "py37" select = [ "B", + "C", ] ignore = [ "C901", # Complexity -- cgit v1.2.1