Skip to content

Commit eb5983b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f2db17 commit eb5983b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ disable= [
180180
"bad-mcs-method-argument",
181181
"broad-exception-caught",
182182
"broad-exception-raised",
183-
"cell-var-from-loop", # B023 from ruff / flake8-bugbear
183+
"cell-var-from-loop", # B023 from ruff / flake8-bugbear
184184
"comparison-of-constants",
185185
"comparison-with-callable",
186186
"comparison-with-itself",
@@ -193,7 +193,7 @@ disable= [
193193
"consider-using-ternary",
194194
"consider-using-with",
195195
"cyclic-import",
196-
"disallowed-name", # foo / bar are used often in tests
196+
"disallowed-name", # foo / bar are used often in tests
197197
"duplicate-code",
198198
"eval-used",
199199
"exec-used",

0 commit comments

Comments
 (0)