Skip to content

Commit 573c024

Browse files
[pre-commit.ci] pre-commit autoupdate (#590)
updates: - [github.com/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0) - [github.com/nbQA-dev/nbQA: 0.11.1 → 0.12.0](nbQA-dev/nbQA@0.11.1...0.12.0) - [github.com/asottile/pyupgrade: v2.19.3 → v2.19.4](asottile/pyupgrade@v2.19.3...v2.19.4) - [github.com/pre-commit/mirrors-mypy: v0.901 → v0.902](pre-commit/mirrors-mypy@v0.901...v0.902) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 44db4d0 commit 573c024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 21.5b2
7+
rev: 21.6b0
88
hooks:
99
- id: black
1010
types: [file]
1111
types_or: [python, pyi]
1212

1313
- repo: https://github.com/nbQA-dev/nbQA
14-
rev: 0.11.1
14+
rev: 0.12.0
1515
hooks:
1616
- id: nbqa-black
1717
additional_dependencies: [black==20.8b1]
@@ -46,7 +46,7 @@ repos:
4646
additional_dependencies: [pyyaml]
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v2.19.3
49+
rev: v2.19.4
5050
hooks:
5151
- id: pyupgrade
5252
args: [--py36-plus]
@@ -69,7 +69,7 @@ repos:
6969
additional_dependencies: [flake8-bugbear, flake8-print]
7070

7171
- repo: https://github.com/pre-commit/mirrors-mypy
72-
rev: v0.901
72+
rev: v0.902
7373
hooks:
7474
- id: mypy
7575
files: src

0 commit comments

Comments
 (0)