Skip to content

Commit 733d306

Browse files
[pre-commit.ci] pre-commit autoupdate (#117)
updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4) - [github.com/PyCQA/doc8: v1.0.0 → v1.1.1](PyCQA/doc8@v1.0.0...v1.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1a789fd commit 733d306

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
@@ -22,7 +22,7 @@ repos:
2222
args: ["--line-length", "100"]
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: v5.11.3
25+
rev: 5.11.4
2626
hooks:
2727
- id: isort
2828
files: \.py$
@@ -35,7 +35,7 @@ repos:
3535
args: [--py37-plus]
3636

3737
- repo: https://github.com/PyCQA/doc8
38-
rev: v1.0.0
38+
rev: v1.1.1
3939
hooks:
4040
- id: doc8
4141
args: [--max-line-length=200]

0 commit comments

Comments
 (0)