Skip to content

Commit 329f53c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3)
1 parent 2d0270c commit 329f53c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88

9-
- repo: https://github.com/psf/black
10-
rev: 25.1.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 25.9.0
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: 'v1.17.1' # Use the sha / tag you want to point at
15+
rev: 'v1.18.2' # 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.12.11'
20+
rev: 'v0.13.3'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)