Skip to content

Commit e1909d1

Browse files
[pre-commit.ci] pre-commit autoupdate
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/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/PyCQA/isort: 6.0.0 → 7.0.0](PyCQA/isort@6.0.0...7.0.0) - [github.com/ansible-network/collection_prep: 1.1.1 → 1.1.2](ansible-network/collection_prep@1.1.1...1.1.2)
1 parent 1f4b566 commit e1909d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: check-symlinks
@@ -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: v4.0.0
1515
hooks:
1616
- id: add-trailing-comma
1717

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

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

4949
- repo: https://github.com/ansible-network/collection_prep
50-
rev: 1.1.1
50+
rev: 1.1.2
5151
hooks:
5252
- id: update-docs

0 commit comments

Comments
 (0)