Skip to content

Commit

Permalink
Merge pull request #8 from tadodotcom/update-101
Browse files Browse the repository at this point in the history
update to ktlint 1.0.1
  • Loading branch information
knalx authored Nov 28, 2023
2 parents 1fe84db + 0046bd8 commit 2714213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Usage:
```
repos:
- repo: https://github.com/tadodotcom/ktlint-pre-commit
rev: "0.45.2-1"
rev: "1.0.1"
hooks:
- id: ktlint
```
Expand All @@ -17,7 +17,7 @@ the hook as follows:
```
repos:
- repo: https://github.com/tadodotcom/ktlint-pre-commit
rev: "0.45.2-1"
rev: "1.0.1"
hooks:
- id: ktlint
args: [-F]
Expand Down
2 changes: 1 addition & 1 deletion run-ktlint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eu
IFS=$'\n\t'

REPOSITORY="https://github.com/pinterest/ktlint"
VERSION=0.45.2
VERSION=1.0.1
CACHE=".cache"
KTLINT="${CACHE}/ktlint-${VERSION}"
SUCCESS_FILE="${CACHE}/download-finished-${VERSION}"
Expand Down

0 comments on commit 2714213

Please sign in to comment.