Skip to content

Commit 548e501

Browse files
[pre-commit.ci] pre-commit autoupdate (#94)
updates: - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5e6208a commit 548e501

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: 23.9.1 # Replace by any tag/version: https://github.com/psf/black/tags
5+
rev: 23.10.1 # 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.5.1
11+
rev: v1.6.1
1212
hooks:
1313
- id: mypy
1414
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)