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 ]