mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 02:44:33 +02:00
Try this fix for flake8 error, refs #518
This commit is contained in:
parent
e660635cea
commit
fc221f9b62
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 160
|
||||
extend-ignore = E203 # for Black
|
||||
# Black compatibility, E203 whitespace before ':':
|
||||
extend-ignore = E203
|
||||
Loading…
Add table
Add a link
Reference in a new issue