all repos

gopher.nvim @ 4a113e6

Minimalistic plugin for Go development
1 files changed, 15 insertions(+), 0 deletions(-)
chore: add pre-commit hooks
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-17 00:23:51 +0300
Parent: a873347
A .pre-commit-config.yaml

@@ -0,0 +1,15 @@

+repos: +- repo: local + hooks: + - id: stylua + name: StyLua + language: rust + entry: stylua + types: [lua] + args: ["-"] + - id: selene + name: Selene + language: rust + entry: selene + types: [lua] + args: ["-"]