Skip to content

Commit e1adc65

Browse files
authored
Update tox.ini
ignore new linter error E275
1 parent c00008f commit e1adc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
[flake8]
6-
ignore = F401,W503
6+
ignore = F401,W503,E275
77
max-line-length = 90
88
max-complexity = 80
99
inline-quotes = single

0 commit comments

Comments
 (0)