diff --git a/sync_with_poetry/db.py b/sync_with_poetry/db.py index f2d12d6..121ac9e 100644 --- a/sync_with_poetry/db.py +++ b/sync_with_poetry/db.py @@ -23,4 +23,8 @@ "repo": "https://github.com/asottile/pyupgrade", "rev": "v${rev}", }, + "flakeheaven": { + "repo": "https://github.com/flakeheaven/flakeheaven", + "rev": "${rev}", + }, }