Skip to content

Commit 8da8356

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0)
1 parent 5b56ad7 commit 8da8356

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
@@ -6,15 +6,15 @@ repos:
66
- id: debug-statements
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
# Ruff version.
9-
rev: v0.12.3
9+
rev: v0.12.4
1010
hooks:
1111
# Run the linter.
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
1414
# Run the formatter.
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.16.1
17+
rev: v1.17.0
1818
hooks:
1919
- id: mypy
2020
additional_dependencies:

0 commit comments

Comments
 (0)