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"]