From aab9d1fca533cf7f2bd94d749c654d98560eda22 Mon Sep 17 00:00:00 2001 From: rdbende Date: Sat, 20 Jan 2024 18:43:14 +0100 Subject: [PATCH] It's INT in Ruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88a50fdb..10591275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,4 @@ multi_line_output = 3 line-length = 100 builtins = ["_"] output-format = "github" -extend-select = ["B", "SIM", "PIE", "C4", "GT", "LOG"] +extend-select = ["B", "SIM", "PIE", "C4", "INT", "LOG"]