Skip to content

Commit b1d6ce8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v0.990 → v0.991](pre-commit/mirrors-mypy@v0.990...v0.991) - [github.com/jorisroovers/gitlint: v0.17.0 → v0.18.0](jorisroovers/gitlint@v0.17.0...v0.18.0)
1 parent 46319f0 commit b1d6ce8

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
@@ -22,12 +22,12 @@ repos:
2222
- id: pyupgrade
2323
args: [--py36-plus]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v0.990
25+
rev: v0.991
2626
hooks:
2727
- id: mypy
2828
exclude: ^(docs/|tests/)
2929
- repo: https://github.com/jorisroovers/gitlint
30-
rev: v0.17.0
30+
rev: v0.18.0
3131
hooks:
3232
- id: gitlint
3333
- repo: https://github.com/asottile/setup-cfg-fmt

0 commit comments

Comments
 (0)