Skip to content

Commit cbccc06

Browse files
pre-commit-ci[bot]asottile
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](pre-commit/mirrors-mypy@v0.920...v0.930)
1 parent 3c8c0d2 commit cbccc06

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: blacken-docs
1111
additional_dependencies: [black==20.8b1]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.0.1
13+
rev: v4.1.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -48,7 +48,7 @@ repos:
4848
hooks:
4949
- id: python-use-type-annotations
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.920
51+
rev: v0.930
5252
hooks:
5353
- id: mypy
5454
files: ^(src/|testing/)

0 commit comments

Comments
 (0)