mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 00:44:31 +02:00
4 lines
No EOL
102 B
INI
4 lines
No EOL
102 B
INI
[flake8]
|
|
max-line-length = 160
|
|
# Black compatibility, E203 whitespace before ':':
|
|
extend-ignore = E203 |