Skip to content

Commit 978aaa7

Browse files
committed
feat: update pre-commit
1 parent d7257ad commit 978aaa7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,visualstudiocode,intellij+all,node,java,python,go,ssh,terragrunt,terraform
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,visualstudiocode,intellij+all,node,java,python,go,ssh,terragrunt,terraform
1+
# Created by https://www.toptal.com/developers/gitignore/api/go,ssh,java,node,macos,python,windows,terraform,terragrunt,intellij+all,visualstudiocode
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=go,ssh,java,node,macos,python,windows,terraform,terragrunt,intellij+all,visualstudiocode
33

44
### Go ###
55
# If you prefer the allow list template instead of the deny list, see community template:
@@ -572,4 +572,4 @@ $RECYCLE.BIN/
572572
# Windows shortcuts
573573
*.lnk
574574

575-
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,visualstudiocode,intellij+all,node,java,python,go,ssh,terragrunt,terraform
575+
# End of https://www.toptal.com/developers/gitignore/api/go,ssh,java,node,macos,python,windows,terraform,terragrunt,intellij+all,visualstudiocode

node/setup_dev.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ source "$(dirname "$0")/load_nvm.sh"
1212

1313
nvm install --lts
1414
npm install
15+
16+
brew install pre-commit
17+
pre-commit install

0 commit comments

Comments
 (0)