Skip to content

Commit 1d26164

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](pre-commit/mirrors-mypy@v1.6.1...v1.7.0)
1 parent 5f43575 commit 1d26164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: autoflake
66
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
77
- repo: https://github.com/psf/black
8-
rev: 23.10.1
8+
rev: 23.11.0
99
hooks:
1010
- id: black
1111
args: [--safe, --quiet, --target-version, py35]
@@ -39,7 +39,7 @@ repos:
3939
language: python
4040
additional_dependencies: [pygments, restructuredtext_lint]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.6.1
42+
rev: v1.7.0
4343
hooks:
4444
- id: mypy
4545
files: ^(src/|testing/)

0 commit comments

Comments
 (0)