diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ac8fd677eb..dc0aa6c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ select = [ ] ignore = [ # These should be triaged and either fixed or moved to the list below. - "E713", "E714", "W605", + "E713", "E714", # These are intentionally ignored. "E741", # ambiguous-variable-name |