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