Commit 4d4ca5b
committed
docs(migrations): address review comments on alembic config and package layouts
- Drop redundant prepend_sys_path from alembic.ini (env.py handles sys.path)
- Pin db.sqlite path in alembic.ini using %(here)s to avoid cwd dependency
- Add missing __init__.py files in multi-app package layout
- Add noqa: E402 annotations to env.py snippets after sys.path manipulation1 parent f7d5fed commit 4d4ca5b
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
162 | | - | |
| 160 | + | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| |||
180 | 178 | | |
181 | 179 | | |
182 | 180 | | |
183 | | - | |
| 181 | + | |
184 | 182 | | |
185 | 183 | | |
186 | 184 | | |
| |||
246 | 244 | | |
247 | 245 | | |
248 | 246 | | |
| 247 | + | |
249 | 248 | | |
250 | 249 | | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
0 commit comments