Skip to content

Commit 90bec36

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 1f4b566 commit 90bec36

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
@@ -11,7 +11,7 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/asottile/add-trailing-comma
14-
rev: v3.1.0
14+
rev: v3.2.0
1515
hooks:
1616
- id: add-trailing-comma
1717

@@ -41,7 +41,7 @@ repos:
4141
- prettier-plugin-toml
4242

4343
- repo: https://github.com/PyCQA/isort
44-
rev: 6.0.0
44+
rev: 6.0.1
4545
hooks:
4646
- id: isort
4747
name: Sort import statements using isort

0 commit comments

Comments
 (0)