Skip to content

Commit 11e42a4

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 7648af4 commit 11e42a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ ci:
22
autoupdate_schedule: "monthly"
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
5+
rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags
66
hooks:
77
- id: black
88
language_version: python3 # Should be a command that runs python3.6+
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.10.1
11+
rev: v1.11.1
1212
hooks:
1313
- id: mypy
1414
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)