Skip to content

Commit 5f8ddfe

Browse files
authored
update the pre-commit hooks (#4479)
1 parent 5296ed1 commit 5f8ddfe

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/PyCQA/isort
5-
rev: 5.4.2
5+
rev: 5.5.4
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.2
14+
rev: v0.2
1515
hooks:
1616
- id: blackdoc
1717
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)