Skip to content

Commit 8ff5c62

Browse files
[pre-commit.ci] pre-commit autoupdate (#941)
updates: - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6b52e0a commit 8ff5c62

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
@@ -10,7 +10,7 @@ repos:
1010
- id: black
1111
args: [--safe, --quiet, --target-version, py35]
1212
- repo: https://github.com/asottile/blacken-docs
13-
rev: 1.15.0
13+
rev: 1.16.0
1414
hooks:
1515
- id: blacken-docs
1616
additional_dependencies: [black==23.1.0]
@@ -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.5.0
42+
rev: v1.5.1
4343
hooks:
4444
- id: mypy
4545
files: ^(src/|testing/)

0 commit comments

Comments
 (0)