Loading .pre-commit-hooks.yaml +51 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,58 @@ language: python entry: check-copyright-notice require_serial: true types: [python] stages: [commit] types: # Source code & template types - asm - c - c# - c++ - clojure - coffee - cython - dart - ejs - erb - fish - gdscript - go - gotmpl - groovy - gyb - haskell - idl - idris - jade - java - javascript - jinja - jsx - kotlin - lektor - less - lua - nim - ocaml - perl - php - purescript - python - r - ruby - rust - sass - scala - scss - shell - solidity - swift - ts - tsx - twig - vim - vue - zig - id: check-for-squash name: Check for commits that need squashing Loading Loading
.pre-commit-hooks.yaml +51 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,58 @@ language: python entry: check-copyright-notice require_serial: true types: [python] stages: [commit] types: # Source code & template types - asm - c - c# - c++ - clojure - coffee - cython - dart - ejs - erb - fish - gdscript - go - gotmpl - groovy - gyb - haskell - idl - idris - jade - java - javascript - jinja - jsx - kotlin - lektor - less - lua - nim - ocaml - perl - php - purescript - python - r - ruby - rust - sass - scala - scss - shell - solidity - swift - ts - tsx - twig - vim - vue - zig - id: check-for-squash name: Check for commits that need squashing Loading