corpus

self-hosted listenbrainz and last.fm proxy
Log | Files | Refs | README | LICENSE

prek.toml (683B)


      1 [[repos]]
      2 repo = "https://github.com/pre-commit/pre-commit-hooks"
      3 rev = "v6.0.0"
      4 hooks = [
      5   { id = "trailing-whitespace" },
      6   { id = "end-of-file-fixer" },
      7   { id = "double-quote-string-fixer" }
      8 ]
      9 
     10 [[repos]]
     11 repo = "https://github.com/biomejs/pre-commit"
     12 rev = "v2.4.16"
     13 hooks = [
     14   { id = "biome-format" }
     15 ]
     16 
     17 [[repos]]
     18 repo = "https://github.com/gitleaks/gitleaks"
     19 rev = "v8.30.1"
     20 hooks = [
     21   { id = "gitleaks" }
     22 ]
     23 
     24 [[repos]]
     25 repo = "https://github.com/astro/deadnix"
     26 rev = "v1.3.1"
     27 hooks = [
     28   { id = "deadnix" }
     29 ]
     30 [[repos]]
     31 repo = "local"
     32 hooks = [
     33   {
     34     id = "graphviz",
     35     name = "graphviz",
     36     language = "system",
     37     entry = "hack/graphviz",
     38     files = '\.dot$'
     39   },
     40 ]