Skip to content

Commit 873934b

Browse files
ci(pre-commit.ci): autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.14 → v0.25](abravalheri/validate-pyproject@v0.14...v0.25) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.15.12](astral-sh/ruff-pre-commit@v0.0.292...v0.15.12) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 26.3.1](psf/black-pre-commit-mirror@23.9.1...26.3.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.20.2](pre-commit/mirrors-mypy@v1.5.1...v1.20.2)
1 parent f2c024e commit 873934b

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.25
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.15.12
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: 26.3.1
2020
hooks:
2121
- id: black
2222

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

0 commit comments

Comments
 (0)