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 44db4d0 commit 573c024Copy full SHA for 573c024
.pre-commit-config.yaml
@@ -4,14 +4,14 @@ ci:
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 21.5b2
+ rev: 21.6b0
8
hooks:
9
- id: black
10
types: [file]
11
types_or: [python, pyi]
12
13
- repo: https://github.com/nbQA-dev/nbQA
14
- rev: 0.11.1
+ rev: 0.12.0
15
16
- id: nbqa-black
17
additional_dependencies: [black==20.8b1]
@@ -46,7 +46,7 @@ repos:
46
additional_dependencies: [pyyaml]
47
48
- repo: https://github.com/asottile/pyupgrade
49
- rev: v2.19.3
+ rev: v2.19.4
50
51
- id: pyupgrade
52
args: [--py36-plus]
@@ -69,7 +69,7 @@ repos:
69
additional_dependencies: [flake8-bugbear, flake8-print]
70
71
- repo: https://github.com/pre-commit/mirrors-mypy
72
- rev: v0.901
+ rev: v0.902
73
74
- id: mypy
75
files: src
0 commit comments