Skip to content

Commit 82f4dd3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.1...v0.12.11) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent a5e0233 commit 82f4dd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
@@ -16,13 +16,13 @@ repos:
1616
- id: check-added-large-files
1717
exclude: "assets/logo.*"
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.1
19+
rev: v0.12.11
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- id: ruff-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.16.1
25+
rev: v1.17.1
2626
hooks:
2727
- id: mypy
2828
additional_dependencies:

0 commit comments

Comments
 (0)