Skip to content

Commit 72538cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
1 parent 6e64456 commit 72538cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.10.0
6+
rev: 25.1.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.13.2
10+
rev: 6.0.0
1111
hooks:
1212
- id: isort
1313
name: isort (python)
1414
args: ["--profile", "black", "--filter-files", "--skip", "__init__.py"]
1515
files: ^dodiscover/
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: "v1.13.0"
17+
rev: "v1.15.0"
1818
hooks:
1919
- id: mypy
2020
name: mypy (dodiscover)
2121
args: ["--config-file", "pyproject.toml"]
2222
files: ^dodiscover/
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: "v1.13.0"
24+
rev: "v1.15.0"
2525
hooks:
2626
- id: mypy
2727
name: mypy (tests)

0 commit comments

Comments
 (0)