Ditched setup.cfg and ran black

This commit is contained in:
Simon Willison 2025-11-23 12:49:59 -08:00
commit bfeb366f53
3 changed files with 6 additions and 5 deletions

View file

@ -71,5 +71,10 @@ flake8 = [
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.flake8]
max-line-length = 160
# Black compatibility, E203 whitespace before ':':
extend-ignore = ["E203"]
[tool.setuptools.package-data]
sqlite_utils = ["py.typed"]