Skip to content

Commit ec2155b

Browse files
pre-commit-ci[bot]anze3db
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9)
1 parent f95615f commit ec2155b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.12.0
10+
rev: 26.3.1
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v1.19.1' # Use the sha / tag you want to point at
15+
rev: 'v1.20.0' # Use the sha / tag you want to point at
1616
hooks:
1717
- id: mypy
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.14.10'
20+
rev: 'v0.15.9'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)