sqlite-utils/setup.cfg

4 lines
102 B
INI
Raw Permalink Normal View History

2021-06-22 18:22:08 -07:00
[flake8]
max-line-length = 160
# Black compatibility, E203 whitespace before ':':
extend-ignore = E203