aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-10 11:37:18 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-05-10 11:37:18 +0300
commita5121e7a0623db328a9462d340d389ed6737374a (patch)
tree2fa6051d457555ef2d61793af2756a44c0ea221c /pyproject.toml
parent550256db1ce18778a9d56ff343d844c61b9f9b83 (diff)
fixes for B007
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 346a0cde..c88907be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,6 @@ ignore = [
"I001", # Import block is un-sorted or un-formatted
"C901", # Function is too complex
"C408", # Rewrite as a literal
- "B007", # Loop control variable not used within loop body
]