Skip to content

Commit 8660d8c

Browse files
[pre-commit.ci] pre-commit autoupdate (#7475)
updates: - [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v3.4.0](pre-commit/pre-commit-hooks@v2.3.0...v3.4.0) - [github.com/PyCQA/isort: 5.7.0 → 5.8.0](PyCQA/isort@5.7.0...5.8.0) - [github.com/pre-commit/mirrors-yapf: v0.30.0 → v0.31.0](pre-commit/mirrors-yapf@v0.30.0...v0.31.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f6fe715 commit 8660d8c

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
@@ -17,19 +17,19 @@ default_language_version:
1717

1818
repos:
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v2.3.0
20+
rev: v3.4.0
2121
hooks:
2222
- id: trailing-whitespace
2323
- id: end-of-file-fixer
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.7.0
26+
rev: 5.8.0
2727
hooks:
2828
- id: isort
2929
args: [--settings-path, ./pyproject.toml]
3030

3131
- repo: https://github.com/pre-commit/mirrors-yapf
32-
rev: v0.30.0
32+
rev: v0.31.0
3333
hooks:
3434
- id: yapf
3535
args: [--parallel, --in-place]

0 commit comments

Comments
 (0)