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.
1 parent 133f60c commit d458a94Copy full SHA for d458a94
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_schedule: monthly
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.2.0
+ rev: v4.3.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
15
- id: isort
16
# https://github.com/python/black#version-control-integration
17
- repo: https://github.com/psf/black
18
- rev: 22.3.0
+ rev: 22.6.0
19
20
- id: black
21
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
32
# - id: velin
33
# args: ["--write", "--compact"]
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v0.960
+ rev: v0.961
36
37
- id: mypy
38
# Copied from setup.cfg
0 commit comments