Skip to content

Commit

Permalink
update pre commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Sep 12, 2020
1 parent ee6837d commit c2823b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v3.2.0
hooks:
- id: check-added-large-files
args: ['--maxkb=700']
Expand All @@ -22,6 +22,6 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.9 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.10 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: shellcheck
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ignore-dirty: ## Ignore dirty commits
install-deps: ## Install dependencies
@bin/install-deps.sh

git-submodule:
git-submodule: ## Git submodules update
@git submodule sync --recursive
@git submodule foreach git pull origin master
@git submodule update --init --recursive --progress
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ These scripts are meant to run only on OS X

<!-- START makefile-doc -->
```
$ make help
$ make help
Usage: make [target] [VARIABLE=value]
Targets:
install-local Install locally
Expand All @@ -174,7 +174,8 @@ vm-up Run on Mac. Up
vm-dowm Run on Mac. Down
ignore-dirty Ignore dirty commits
install-deps Install dependencies
git-module-remove Remove submodule MODULE=something
git-submodule Git submodules update
git-module-remove Remove submodule MODULE=something
```
<!-- END makefile-doc -->

Expand Down
12 changes: 6 additions & 6 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
description: Installing dependencies & Rebuild shim files
quiet: true
# - [sudo chsh -s $(which zsh), Making zsh the default shell]
-
command: echo "My current shell is $SHELL ($0)"
stdin: true
stdout: true
description: Check current shell
quiet: true
# -
# command: echo "My current shell is $SHELL ($0)"
# stdin: true
# stdout: true
# description: Check current shell
# quiet: true

0 comments on commit c2823b9

Please sign in to comment.