URL: http://github.com/python-gitlab/python-gitlab/commit/d72b3786ff6d2bebd5ae3ed092bf3960845ed8a4
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659c648 commit d72b378Copy full SHA for d72b378
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
- requests-toolbelt==1.0.0
33
files: 'gitlab/'
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.20.0
+ rev: v1.20.1
36
hooks:
37
- id: mypy
38
args: []
@@ -51,6 +51,6 @@ repos:
51
- id: rst-directive-colons
52
- id: rst-inline-touching-normal
53
- repo: https://github.com/maxbrunet/pre-commit-renovate
54
- rev: 43.111.0
+ rev: 43.132.1
55
56
- id: renovate-config-validator
0 commit comments