Skip to content

Commit 2acd0fc

Browse files
authored
update the isort and blackdoc pre-commit hooks (#4396)
1 parent 55480de commit 2acd0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
# isort should run before black as black sometimes tweaks the isort output
44
- repo: https://github.com/timothycrosley/isort
5-
rev: 5.1.0
5+
rev: 5.4.2
66
hooks:
77
- id: isort
88
# https://github.com/python/black#version-control-integration
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/keewis/blackdoc
14-
rev: v0.1.1
14+
rev: v0.1.2
1515
hooks:
1616
- id: blackdoc
1717
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)