diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99b2b27..f3791a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/python-poetry/poetry - rev: '1.2.0rc1' # add version here + rev: '1.2.1' # add version here hooks: - id: poetry-check - id: poetry-export - args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"] + args: ["--without-hashes", "-o", "requirements.txt"] - repo: https://github.com/pycqa/flake8 rev: "5.0.4" hooks: