Skip to content

Commit 5487803

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
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)
1 parent 7cf250e commit 5487803

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
@@ -14,7 +14,7 @@ repos:
1414
- id: black
1515
args: [ --safe, --quiet ]
1616
- repo: https://github.com/asottile/blacken-docs
17-
rev: 1.15.0
17+
rev: 1.16.0
1818
hooks:
1919
- id: blacken-docs
2020
additional_dependencies: [ black==22.12.0 ]
@@ -45,7 +45,7 @@ repos:
4545
- flake8-bugbear
4646
args: ["--extend-ignore=E203", "--max-line-length=88"]
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.5.0
48+
rev: v1.5.1
4949
hooks:
5050
- id: mypy
5151
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)