Skip to content

Commit 336be02

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.11.2 → v0.14.9](astral-sh/ruff-pre-commit@v0.11.2...v0.14.9) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.1](pre-commit/mirrors-mypy@v1.15.0...v1.19.1)
1 parent fe0ffde commit 336be02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(\.vscode/.*|docs/source/conf.py)$
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-added-large-files
77
- id: check-case-conflict
@@ -16,16 +16,16 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.11.2
19+
rev: v0.14.9
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
23-
- repo: https://github.com/psf/black
24-
rev: '25.1.0'
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: '25.12.0'
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.15.0
28+
rev: v1.19.1
2929
hooks:
3030
- id: mypy
3131
additional_dependencies: [types-requests, types-PyYAML]

0 commit comments

Comments
 (0)