Skip to content

Commit b1230f0

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.15](astral-sh/ruff-pre-commit@v0.0.292...v0.15.15) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 26.5.1](psf/black-pre-commit-mirror@23.9.1...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v2.1.0](pre-commit/mirrors-mypy@v1.5.1...v2.1.0)
1 parent f2c024e commit b1230f0

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.15
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.5.1
2020
hooks:
2121
- id: black
2222

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

0 commit comments

Comments
 (0)