Skip to content

Commit 8f3d1ad

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1)
1 parent ab3d6a9 commit 8f3d1ad

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
@@ -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.9.1
8+
rev: 23.10.1
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.0
42+
rev: v1.6.1
4343
hooks:
4444
- id: mypy
4545
files: ^(src/|testing/)

0 commit comments

Comments
 (0)