Skip to content

Commit b1922e8

Browse files
authored
update the pre-commit hooks (#34)
1 parent efc4772 commit b1922e8

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
@@ -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.4.2
5+
rev: 5.6.4
66
hooks:
77
- id: isort
88
# https://github.com/python/black#version-control-integration
@@ -11,10 +11,10 @@ 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
18-
rev: 3.8.3
18+
rev: 3.8.4
1919
hooks:
2020
- id: flake8

0 commit comments

Comments
 (0)