looprs 0.1.11

Concise coding assistant REPL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
repos:
  - repo: local
    hooks:
      - id: cargo-test
        name: cargo test
        entry: cargo test
        language: system
        pass_filenames: false
      - id: cargo-clippy
        name: cargo clippy
        entry: cargo clippy
        language: system
        pass_filenames: false