Skip to content

Commit 29f0aa1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.23](abravalheri/validate-pyproject@v0.12.1...v0.23) - [github.com/psf/black: 22.12.0 → 25.1.0](psf/black@22.12.0...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.238 → v0.9.7](astral-sh/ruff-pre-commit@v0.0.238...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.15.0](pre-commit/mirrors-mypy@v1.3.0...v1.15.0)
1 parent ef49c23 commit 29f0aa1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repos:
22
- repo: https://github.com/abravalheri/validate-pyproject
3-
rev: v0.12.1
3+
rev: v0.23
44
hooks:
55
- id: validate-pyproject
66

77
- repo: https://github.com/psf/black
8-
rev: 22.12.0
8+
rev: 25.1.0
99
hooks:
1010
- id: black
1111
language_version: python
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.12.0
14+
rev: 6.0.0
1515
hooks:
1616
- id: isort
1717
language_version: python
1818

19-
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: v0.0.238
19+
- repo: https://github.com/astral-sh/ruff-pre-commit
20+
rev: v0.9.7
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
2424

2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.3.0
26+
rev: v1.15.0
2727
hooks:
2828
- id: mypy
2929
language_version: python

0 commit comments

Comments
 (0)