Skip to content

Commit e265bf0

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.14 → v0.24.1](abravalheri/validate-pyproject@v0.14...v0.24.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.13.3](astral-sh/ruff-pre-commit@v0.0.292...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.9.0](psf/black-pre-commit-mirror@23.9.1...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.18.2](pre-commit/mirrors-mypy@v1.5.1...v1.18.2)
1 parent f2c024e commit e265bf0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ ci:
55

66
repos:
77
- repo: https://github.com/abravalheri/validate-pyproject
8-
rev: v0.14
8+
rev: v0.24.1
99
hooks:
1010
- id: validate-pyproject
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.0.292
13+
rev: v0.13.3
1414
hooks:
1515
- id: ruff
1616
args: [--fix]
1717

18-
- repo: https://github.com/psf/black
19-
rev: 23.9.1
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.5.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
files: "^src/"

0 commit comments

Comments
 (0)