Skip to content

Commit 03db319

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.1](astral-sh/ruff-pre-commit@v0.11.12...v0.12.1) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent a43ff4e commit 03db319

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
@@ -10,13 +10,13 @@ repos:
1010
- id: check-added-large-files
1111
exclude: "assets/logo.*"
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.12
13+
rev: v0.12.1
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.16.0
19+
rev: v1.16.1
2020
hooks:
2121
- id: mypy
2222
additional_dependencies:

0 commit comments

Comments
 (0)