Skip to content

Commit 68de868

Browse files
[pre-commit.ci] pre-commit autoupdate (#118)
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 41ec6b6 commit 68de868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 24.4.2
6+
rev: 24.8.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -14,14 +14,14 @@ repos:
1414
args: ["--profile", "black", "--filter-files", "--skip", "__init__.py"]
1515
files: ^dodiscover/
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: "v1.10.1"
17+
rev: "v1.11.1"
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.10.1"
24+
rev: "v1.11.1"
2525
hooks:
2626
- id: mypy
2727
name: mypy (tests)

0 commit comments

Comments
 (0)