Skip to content

Commit bd0658e

Browse files
[pre-commit.ci] pre-commit autoupdate (#50)
updates: - [github.com/PyCQA/isort.git: 5.12.0 → 5.13.0](https://github.com/PyCQA/isort.git/compare/5.12.0...5.13.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bcd4b64 commit bd0658e

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
@@ -6,7 +6,7 @@ repos:
66
- id: add-trailing-comma
77

88
- repo: https://github.com/PyCQA/isort.git
9-
rev: 5.12.0
9+
rev: 5.13.0
1010
hooks:
1111
- id: isort
1212
args:
@@ -61,7 +61,7 @@ repos:
6161
- id: codespell
6262

6363
- repo: https://github.com/adrienverge/yamllint.git
64-
rev: v1.32.0
64+
rev: v1.33.0
6565
hooks:
6666
- id: yamllint
6767
files: \.(yaml|yml)$

0 commit comments

Comments
 (0)