Skip to content

Commit 18a50be

Browse files
[pre-commit.ci] pre-commit autoupdate (#960)
updates: - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4703f87 commit 18a50be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
args: ["--target-version=py38"]
77

88
- repo: https://github.com/asottile/blacken-docs
9-
rev: 1.16.0
9+
rev: 1.18.0
1010
hooks:
1111
- id: blacken-docs
1212
args: ["--target-version=py38"]
1313

1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 7.0.0
15+
rev: 7.1.0
1616
hooks:
1717
- id: flake8
1818
language_version: python3.9
@@ -36,7 +36,7 @@ repos:
3636
args: [--no-build-isolation]
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: "v1.10.0"
39+
rev: "v1.10.1"
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [cryptography>=3.4.0]

0 commit comments

Comments
 (0)