We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a55b89e + 6d0216b commit 3b7286aCopy full SHA for 3b7286a
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.0.1
+ rev: v4.1.0
4
hooks:
5
- id: trailing-whitespace
6
args: [--markdown-linebreak-ext=md]
@@ -27,6 +27,6 @@ repos:
27
- id: pyupgrade
28
args: [--py36-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: 'v0.920'
+ rev: 'v0.930'
31
32
- id: mypy
0 commit comments