Skip to content

Commit 35e64f3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/ansible-network/collection_prep: 1.1.1 → 1.1.2](ansible-network/collection_prep@1.1.1...1.1.2) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.9.0](psf/black-pre-commit-mirror@24.8.0...25.9.0)
1 parent d375078 commit 35e64f3

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,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/ansible-network/collection_prep
4-
rev: 1.1.1
4+
rev: 1.1.2
55
hooks:
66
- id: autoversion
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-merge-conflict
1212
- id: debug-statements
@@ -23,12 +23,12 @@ repos:
2323
- prettier-plugin-toml
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 6.1.0
2727
hooks:
2828
- id: isort
2929
args: ["--filter-files"]
3030

31-
- repo: https://github.com/psf/black
32-
rev: 24.8.0
31+
- repo: https://github.com/psf/black-pre-commit-mirror
32+
rev: 25.9.0
3333
hooks:
3434
- id: black

0 commit comments

Comments
 (0)