From 8fdf0764bb47adeeb117164e4920c1f22634d261 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Tue, 5 Jul 2022 09:32:22 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b84068a..dab8212 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,3 +34,8 @@ repos: rev: "v2.34.0" hooks: - id: pyupgrade + +- repo: https://github.com/floatingpurr/sync_with_poetry + rev: 0.2.1 + hooks: + - id: sync_with_poetry