nschlemm / precommit-dephell

Pre-commit Plugin: dephell. Run dephell as part of your pre-commit hooks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dephell hook for pre-commit (formerly known as poetry-setup for pre-commit)

Easy to include hook for dephell and pre-commit.

Using dephell with pre-commit

Add this to your .pre-commit-config.yaml:

    - repo: https://github.com/mverteuil/precommit-dephell
      rev: master
      hooks:
        - id: pyproject-toml-to-setup-py
        - id: pyproject-toml-to-requirements-txt

You can also configure dephell with pyproject.toml and use the bare dephell hook:

    - repo: https://github.com/mverteuil/precommit-dephell
      rev: master
      hooks:
        - id: dephell

Related Items

About

Pre-commit Plugin: dephell. Run dephell as part of your pre-commit hooks.

License:MIT License