Skip to content

Commit fb6903b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.12.7](astral-sh/ruff-pre-commit@v0.7.0...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.17.1](pre-commit/mirrors-mypy@v1.12.1...v1.17.1)
1 parent 59b7a6d commit fb6903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.7.0
25+
rev: v0.12.7
2626
hooks:
2727
- id: ruff
2828
- id: ruff-format
2929

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

0 commit comments

Comments
 (0)