Skip to content

Commit 12a175d

Browse files
chore: pre-commit autoupdate (#1776)
updates: - [github.com/PyCQA/doc8: 0.9.1 → 0.10.1](PyCQA/doc8@0.9.1...0.10.1) - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/psf/black: 21.10b0 → 21.12b0](psf/black@21.10b0...21.12b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent a6d05db commit 12a175d

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
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: codespell
3737
- repo: https://github.com/PyCQA/doc8
38-
rev: 0.9.1
38+
rev: 0.10.1
3939
hooks:
4040
- id: doc8
4141
- repo: https://github.com/adrienverge/yamllint.git
@@ -51,14 +51,14 @@ repos:
5151
types: [file, yaml]
5252
entry: yamllint --strict
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 5.9.3
54+
rev: 5.10.1
5555
hooks:
5656
- id: isort
5757
args:
5858
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
5959
- --filter-files
6060
- repo: https://github.com/psf/black
61-
rev: 21.10b0
61+
rev: 21.12b0
6262
hooks:
6363
- id: black
6464
language_version: python3

0 commit comments

Comments
 (0)