Skip to content

Commit c154a8d

Browse files
pre-commit: autoupdate hook versions (#145)
* pre-commit: autoupdate hook versions * pre-commit: autoupdate hook versions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 21386ac commit c154a8d

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
@@ -9,12 +9,12 @@ repos:
99
- id: check-yaml
1010
# isort should run before black as black sometimes tweaks the isort output
1111
- repo: https://github.com/timothycrosley/isort
12-
rev: 5.9.3
12+
rev: 5.10.1
1313
hooks:
1414
- id: isort
1515
# https://github.com/python/black#version-control-integration
1616
- repo: https://github.com/python/black
17-
rev: 21.9b0
17+
rev: 21.10b0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/keewis/blackdoc

0 commit comments

Comments
 (0)