Skip to content

Commit 4ac9016

Browse files
[pre-commit.ci] pre-commit autoupdate (#42)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
1 parent fc95908 commit 4ac9016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.4
14+
rev: v0.9.1
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -22,7 +22,7 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.14.0
25+
rev: v1.14.1
2626
hooks:
2727
- id: mypy
2828
args: []

0 commit comments

Comments
 (0)