Commit 1ba0eade authored by nimrod's avatar nimrod
Browse files

- Use my Python pre-commit hooks repo for piprot.

parent 37a52d87
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -24,12 +24,7 @@
        files: tests/playbook.yml
        args:
        - tests/playbook.yml
-   repo: local
-   repo: https://github.com/adarnimrod/python-pre-commit.git
    sha: v0.1.0
    hooks:
    -   id: piprot
        name: piprot
        description: Check up-to-date Python requirements
        language: system
        entry: piprot --outdated tests/requirements.txt
        files: requirements.txt
        always_run: true