Skip to content

Commit 8760d98

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/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.12.8](astral-sh/ruff-pre-commit@v0.6.1...v0.12.8) - [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v9.2.0](streetsidesoftware/cspell-cli@v8.13.3...v9.2.0) - [github.com/pycqa/pylint.git: v3.2.6 → v3.3.8](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.3.8) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.17.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.17.1)
1 parent 247927b commit 8760d98

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: update-docs
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: check-symlinks
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/asottile/add-trailing-comma.git
20-
rev: v3.1.0
20+
rev: v3.2.0
2121
hooks:
2222
- id: add-trailing-comma
2323
args:
@@ -54,19 +54,19 @@ repos:
5454
- prettier-plugin-toml
5555

5656
- repo: https://github.com/psf/black
57-
rev: 24.8.0
57+
rev: 25.1.0
5858
hooks:
5959
- id: black
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: "v0.6.1"
62+
rev: "v0.12.8"
6363
hooks:
6464
- id: ruff
6565
args:
6666
- "--exit-non-zero-on-fix"
6767

6868
- repo: https://github.com/streetsidesoftware/cspell-cli
69-
rev: v8.13.3
69+
rev: v9.2.0
7070
hooks:
7171
- id: cspell
7272
name: Spell check with cspell
@@ -77,7 +77,7 @@ repos:
7777
- id: darglint
7878

7979
- repo: https://github.com/pycqa/pylint.git
80-
rev: v3.2.6
80+
rev: v3.3.8
8181
hooks:
8282
- id: pylint
8383
args:
@@ -88,7 +88,7 @@ repos:
8888
- pytest-ansible
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy.git
91-
rev: v1.11.1
91+
rev: v1.17.1
9292
hooks:
9393
- id: mypy
9494
additional_dependencies:

0 commit comments

Comments
 (0)