Skip to content

Commit 06a4502

Browse files
[pre-commit.ci] pre-commit autoupdate (#725)
* [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/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ruchi Pakhle <72685035+Ruchip16@users.noreply.github.com>
1 parent 40eff52 commit 06a4502

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
@@ -23,13 +23,13 @@ repos:
2323
- prettier-plugin-toml
2424

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

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

0 commit comments

Comments
 (0)