feat: Migration command for importing old agents into new DB backend (#802)

Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
This commit is contained in:
Charles Packer
2024-01-11 14:57:21 -08:00
committed by GitHub
parent fd20285840
commit f118e01ad1
30 changed files with 819 additions and 98 deletions

View File

@@ -3,11 +3,13 @@ repos:
rev: v2.3.0
hooks:
- id: check-yaml
exclude: ^docs/
exclude: 'docs/.*|tests/data/.*'
- id: end-of-file-fixer
exclude: ^docs/
exclude: 'docs/.*|tests/data/.*'
- id: trailing-whitespace
exclude: ^docs/
exclude: 'docs/.*|tests/data/.*'
- id: end-of-file-fixer
exclude: 'docs/.*|tests/data/.*'
- repo: https://github.com/psf/black
rev: 22.10.0
hooks: