Tobi-De / fuzzy-couscous

A cli tool to bootstrap your django projects and enhance your development experience.
https://tobi-de.github.io/fuzzy-couscous
MIT License
61 stars 4 forks source link

add poetry export pre-commit #30

Closed Tobi-De closed 8 months ago

Tobi-De commented 1 year ago
repos:
  - repo: https://github.com/python-poetry/poetry
    rev: ''  # add version here
    hooks:
      - id: poetry-check
      - id: poetry-lock
      - id: poetry-export
        args: ["-f", "requirements.txt", "-o", "requirements.txt"]