mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-12 11:34:09 +02:00
Fix flake E501 long lines
This commit is contained in:
parent
48ef55152c
commit
a377d69238
2 changed files with 20 additions and 4 deletions
|
|
@ -79,7 +79,14 @@ build-backend = "setuptools.build_meta"
|
|||
max-line-length = 160
|
||||
# Black compatibility, E203 whitespace before ':':
|
||||
extend-ignore = ["E203"]
|
||||
extend-exclude = [".venv", "build", "dist", "docs", "sqlite_utils.egg-info"]
|
||||
extend-exclude = [
|
||||
".venv",
|
||||
".claude",
|
||||
"build",
|
||||
"dist",
|
||||
"docs",
|
||||
"sqlite_utils.egg-info",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
sqlite_utils = ["py.typed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue