From aad9de1668c9fae45eac26d448305fbab7819e0b Mon Sep 17 00:00:00 2001 From: Will Roscoe Date: Thu, 14 Dec 2023 13:10:41 +0000 Subject: [PATCH] Update pyproject.toml --- .github/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pyproject.toml b/.github/pyproject.toml index 3ed75bc..b023738 100644 --- a/.github/pyproject.toml +++ b/.github/pyproject.toml @@ -6,7 +6,7 @@ line-length = 120 select = ["E4", "E7", "E9", "F"] ignore = [ - "E711" # COMPARISON TO FALSE + "E711", # COMPARISON TO FALSE "E712" # COMPARISON TO TRUE ]