Skip to content

Commit 7ecdcf6

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/seoklab/shared-hooks: v0.1.5 → v0.1.6](v0.1.5...v0.1.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 38ca26a commit 7ecdcf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
args: ["--maxkb=10240"] # 10MiB
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424
args: [--markdown-linebreak-ext=md]
2525
- repo: https://github.com/seoklab/shared-hooks
26-
rev: v0.1.5
26+
rev: v0.1.6
2727
hooks:
2828
- id: commitlint
2929
default_install_hook_types:

0 commit comments

Comments
 (0)