mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 10:54:32 +02:00
* Automated upgrades by Ruff
uvx --with 'ruff>=0.16.0' ruff check . --fix --unsafe-fixes
* Fix remaining Ruff errors with GPT-5.6 Sol high
https://gist.github.com/simonw/6da7906a9fea6e90da131c21a9055199
* Fix flake E501 long lines
* New Protocol for migrations to make ty happy
24 lines
227 B
Text
24 lines
227 B
Text
.venv
|
|
dist
|
|
build
|
|
*.db
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv
|
|
.eggs
|
|
.pytest_cache
|
|
*.egg-info
|
|
.DS_Store
|
|
.mypy_cache
|
|
.coverage
|
|
.schema
|
|
.vscode
|
|
.hypothesis
|
|
.claude/
|
|
Pipfile
|
|
Pipfile.lock
|
|
uv.lock
|
|
tests/*.dylib
|
|
tests/*.so
|
|
tests/*.dll
|