Skip to content

Commit 07c5f9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v3.2.0 → v4.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.2.0...v4.0.0) - [github.com/PyCQA/isort.git: 6.0.1 → 7.0.0](https://github.com/PyCQA/isort.git/compare/6.0.1...7.0.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0)
1 parent a5c2e8d commit 07c5f9f

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
@@ -1,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/asottile/add-trailing-comma.git
4-
rev: v3.2.0
4+
rev: v4.0.0
55
hooks:
66
- id: add-trailing-comma
77

88
- repo: https://github.com/PyCQA/isort.git
9-
rev: 6.0.1
9+
rev: 7.0.0
1010
hooks:
1111
- id: isort
1212
args:
@@ -18,7 +18,7 @@ repos:
1818
- id: remove-tabs
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks.git
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
# Side-effects:
2424
- id: end-of-file-fixer

0 commit comments

Comments
 (0)