Skip to content

Commit 59b7a6d

Browse files
[pre-commit.ci] pre-commit autoupdate (#97)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.7.0](astral-sh/ruff-pre-commit@v0.4.3...v0.7.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.12.1](pre-commit/mirrors-mypy@v1.10.0...v1.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b3b5b02 commit 59b7a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# konfigurasi pre commit
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-executables-have-shebangs
77
- id: check-toml
@@ -22,13 +22,13 @@ repos:
2222

2323
# ruff adalah salah satu linter dan formatter kode
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.4.3
25+
rev: v0.7.0
2626
hooks:
2727
- id: ruff
2828
- id: ruff-format
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.10.0
31+
rev: v1.12.1
3232
hooks:
3333
- id: mypy
3434
args:

0 commit comments

Comments
 (0)