Skip to content

Commit e26e310

Browse files
[pre-commit.ci] pre-commit autoupdate (#122)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 76bcde9 commit e26e310

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
@@ -16,7 +16,7 @@ repos:
1616
args: ['--application-directories=.:src']
1717
name: reorder python imports
1818
- repo: https://github.com/psf/black
19-
rev: 23.9.1
19+
rev: 23.10.1
2020
hooks:
2121
- id: black
2222
args: [--safe, --quiet]
@@ -34,7 +34,7 @@ repos:
3434
language: python
3535
additional_dependencies: [pygments, restructuredtext_lint]
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.6.0
37+
rev: v1.6.1
3838
hooks:
3939
- id: mypy
4040
files: src/

0 commit comments

Comments
 (0)