Try this fix for flake8 error, refs #518

This commit is contained in:
Simon Willison 2022-12-09 17:30:45 -08:00
commit fc221f9b62

View file

@ -1,3 +1,4 @@
[flake8]
max-line-length = 160
extend-ignore = E203 # for Black
# Black compatibility, E203 whitespace before ':':
extend-ignore = E203