Skip to content

Commit 92e4a3c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansible-network/collection_prep: da78082ea59b03ad16cd7dbee267f53e8ff50bb5 → 1.1.2](ansible-network/collection_prep@da78082...1.1.2) - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.12.0](psf/black-pre-commit-mirror@25.1.0...25.12.0)
1 parent 7abb3b7 commit 92e4a3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/ansible-network/collection_prep
4-
rev: da78082ea59b03ad16cd7dbee267f53e8ff50bb5
4+
rev: 1.1.2
55
hooks:
66
# - id: autoversion # removed as being handled by GHA push and release drafter
77
- id: update-docs
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v3.2.0
19+
rev: v4.0.0
2020
hooks:
2121
- id: add-trailing-comma
2222

@@ -29,14 +29,14 @@ repos:
2929
- prettier-plugin-toml
3030

3131
- repo: https://github.com/PyCQA/isort
32-
rev: 6.0.1
32+
rev: 7.0.0
3333
hooks:
3434
- id: isort
3535
name: Sort import statements using isort
3636
args: ["--filter-files"]
3737

38-
- repo: https://github.com/psf/black
39-
rev: 25.1.0
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.12.0
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)