From 4e39551d645780ee4ebe1dfeea87c788176bd5d8 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Thu, 21 Nov 2024 23:53:29 +0100 Subject: [PATCH] Improve ruff checks (#228) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 375ad8f..7718097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ build-backend = "setuptools.build_meta" line-length = 80 # Enable Pyflakes `E` and `F` codes by default. -lint.select = ["E", "F", "I"] +lint.select = ["E", "F", "I", "Q"] lint.ignore = [] # Enable autofix for formatting and import sorting fix = true