feat: enable SQLite WAL mode for all databases (AGI ticket #1) (#153)

This commit is contained in:
Alexander Whitestone
2026-03-08 16:07:02 -04:00
committed by GitHub
parent 11ba21418a
commit 82fb2417e3
31 changed files with 1042 additions and 170 deletions

View File

@@ -17,7 +17,7 @@ jobs:
python-version: "3.11"
- name: Install linters
run: pip install black==23.12.1 isort==5.13.2 bandit==1.8.0
run: pip install black==26.3.0 isort==5.13.2 bandit==1.8.0
- name: Check formatting (black)
run: black --check --line-length 100 src/ tests/