Skip to content

Commit fe80f38

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/astral-sh/ruff-pre-commit: v0.12.10 → v0.14.0](astral-sh/ruff-pre-commit@v0.12.10...v0.14.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 92621f9 commit fe80f38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/psf/black
9-
rev: 25.1.0
8+
- repo: https://github.com/psf/black-pre-commit-mirror
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.10
13+
rev: v0.14.0
1414
hooks:
1515
- id: ruff
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: 'v1.17.1'
17+
rev: 'v1.18.2'
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [pydantic, pydantic-settings, pytest, types-requests, types-pytz, types-setuptools, types-urllib3, types-cachetools, StrEnum]

0 commit comments

Comments
 (0)