| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
This needs very few changes:
- Use declarative_base from sqlalchemy.orm instead of ext [1]
- Enable the future flag on both engine and session
[1] https://docs.sqlalchemy.org/en/20/errors.html#error-b8d9
|
|
|
|
|
|
| |
None of the lines this test affects are worth splitting in our opinion,
so disable this warning globally. We'll be the judge about when a line
is too long or not for now.
|
|
|
|
| |
We want to use ruff instead of pylint.
|
|
We have used this in another project of ours and prefer its interface
over pip's and its toml configuration over setup.py. There should be no
functional change.
|