Skip to content

Commit 3f0c9c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.1...v0.6.4) - [github.com/pycqa/pylint.git: v3.2.6 → v3.2.7](https://github.com/pycqa/pylint.git/compare/v3.2.6...v3.2.7) - [github.com/pre-commit/mirrors-mypy.git: v1.11.1 → v1.11.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.1...v1.11.2)
1 parent 400efd9 commit 3f0c9c3

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
@@ -59,7 +59,7 @@ repos:
5959
- id: black
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: "v0.6.1"
62+
rev: "v0.6.4"
6363
hooks:
6464
- id: ruff
6565
args:
@@ -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.2.7
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.11.2
9292
hooks:
9393
- id: mypy
9494
additional_dependencies:

0 commit comments

Comments
 (0)