Skip to content

Commit c7937b8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.9.0](psf/black-pre-commit-mirror@24.10.0...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.18.2](pre-commit/mirrors-mypy@v1.13.0...v1.18.2)
1 parent 4b0b061 commit c7937b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
# pre-commit install
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 24.10.0
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.13.2
10+
rev: 6.1.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.18.2"
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.18.2"
2525
hooks:
2626
- id: mypy
2727
name: mypy (tests)

0 commit comments

Comments
 (0)