Skip to content

Commit fee7fdd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.1](astral-sh/ruff-pre-commit@v0.6.1...v0.7.1) - [github.com/streetsidesoftware/cspell-cli: v8.13.3 → v8.15.2](streetsidesoftware/cspell-cli@v8.13.3...v8.15.2) - [github.com/pycqa/pylint.git: v3.2.6 → v3.3.1](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.3.1) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.13.0)
1 parent 400efd9 commit fee7fdd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: update-docs
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-merge-conflict
1212
- id: check-symlinks
@@ -54,19 +54,19 @@ repos:
5454
- prettier-plugin-toml
5555

5656
- repo: https://github.com/psf/black
57-
rev: 24.8.0
57+
rev: 24.10.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.7.1"
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: v8.15.2
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.1
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.13.0
9292
hooks:
9393
- id: mypy
9494
additional_dependencies:

0 commit comments

Comments
 (0)