Skip to content

Commit 91898e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.8...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent 90f5a17 commit 91898e9

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
@@ -7,14 +7,14 @@ repos:
77
- id: debug-statements
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.8
10+
rev: v0.11.13
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.15.0
17+
rev: v1.16.0
1818
hooks:
1919
- id: mypy
2020
args: [--strict]

0 commit comments

Comments
 (0)