Skip to content

Commit 179e539

Browse files
committed
ignore E741: ambiguous variable name
1 parent 2226ea5 commit 179e539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
5454

5555
[flake8]
5656
max-line-length = 100
57-
ignore = E501, W503, E203, E266
57+
ignore = E501, W503, E203, E266, E741
5858
max-complexity = 18
5959
select = B, C, E, F, W, T4, B9
6060
exclude = .git, .tox, __pycache__, dist

0 commit comments

Comments
 (0)