Skip to content

Commit 91bfd9d

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent d5803cd commit 91bfd9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-yaml
1313
- id: end-of-file-fixer
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/pycqa/isort
20-
rev: "5.13.2"
20+
rev: "6.0.1"
2121
hooks:
2222
- id: isort
2323
name: isort (python)

0 commit comments

Comments
 (0)