postit 0.2.3

Task manager on your CLI.
Documentation
1
2
3
4
5
6
7
8
9
repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: fmt
      - id: clippy
        name: clippy
        entry: cargo clippy --all-targets --all-features
        always_run: true