compact_string 0.1.0

Compact representation of UTF-8 Strings that are immutable and less than 256 bytes in length.
Documentation
1
2
3
4
5
6
7
8
9
repos:
  - repo: local
    hooks:
      - id: trufflehog
        name: TruffleHog
        description: Detect secrets in your data.
        entry: bash -c 'trufflehog git file://. --since-commit HEAD --no-verification --fail'
        language: system
        stages: ["pre-commit", "pre-push"]