update pre-commit

This commit is contained in:
2022-10-04 22:26:14 +01:00
parent 466791ce6b
commit a97abe4557

View File

@@ -9,11 +9,11 @@ repos:
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- repo: https://github.com/python-poetry/poetry - repo: https://github.com/python-poetry/poetry
rev: '1.2.0rc1' # add version here rev: '1.2.1' # add version here
hooks: hooks:
- id: poetry-check - id: poetry-check
- id: poetry-export - id: poetry-export
args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"] args: ["--without-hashes", "-o", "requirements.txt"]
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: "5.0.4" rev: "5.0.4"
hooks: hooks: