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

@@ -6,7 +6,7 @@
repos:
# Code formatting
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 26.3.0
hooks:
- id: black
language_version: python3.11
@@ -60,7 +60,7 @@ repos:
entry: timeout 30 poetry run pytest
language: system
types: [python]
stages: [commit]
stages: [pre-commit]
pass_filenames: false
always_run: true
args:
@@ -68,8 +68,8 @@ repos:
- -q
- --tb=short
- --timeout=10
- -m
- unit
- -p
- no:xdist
- --ignore=tests/e2e
- --ignore=tests/functional
verbose: true