Skip to content

Commit 6d0216b

Browse files
[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 a55b89e commit 6d0216b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: trailing-whitespace
66
args: [--markdown-linebreak-ext=md]
@@ -27,6 +27,6 @@ repos:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v0.920'
30+
rev: 'v0.930'
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)