Skip to content

Commit 2fe6a37

Browse files
committed
Merge branch 'show-tracebacks' of https://github.com/pytask-dev/pytask-parallel into show-tracebacks
2 parents c5c60d6 + 1ab5bbf commit 2fe6a37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: rst-inline-touching-normal
2323
- id: text-unicode-replacement-char
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.21.0
25+
rev: v2.21.2
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/psf/black
38-
rev: 21.6b0
38+
rev: 21.7b0
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/asottile/blacken-docs
@@ -65,7 +65,7 @@ repos:
6565
Pygments,
6666
]
6767
- repo: https://github.com/PyCQA/doc8
68-
rev: 0.9.0a1
68+
rev: 0.9.0
6969
hooks:
7070
- id: doc8
7171
- repo: https://github.com/econchick/interrogate

0 commit comments

Comments
 (0)