Skip to content

Commit 99f25bc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/add-trailing-comma.git: v2.4.0 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.4.0...v3.1.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.4) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3) - [github.com/psf/black: 23.3.0 → 23.10.0](psf/black@23.3.0...23.10.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.263 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.263...v0.1.1) - [github.com/pycqa/pylint.git: v3.0.0a6 → v3.0.1](https://github.com/pycqa/pylint.git/compare/v3.0.0a6...v3.0.1) - [github.com/pre-commit/mirrors-mypy.git: v1.2.0 → v1.6.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.2.0...v1.6.1)
1 parent 2f46bc7 commit 99f25bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
# - id: autoversion
88

99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.5.0
1111
hooks:
1212
- id: check-merge-conflict
1313
- id: check-symlinks
@@ -18,19 +18,19 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/asottile/add-trailing-comma.git
21-
rev: v2.4.0
21+
rev: v3.1.0
2222
hooks:
2323
- id: add-trailing-comma
2424
args:
2525
- --py36-plus
2626

2727
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
28-
rev: v1.5.1
28+
rev: v1.5.4
2929
hooks:
3030
- id: remove-tabs
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: "v3.0.0-alpha.9-for-vscode"
33+
rev: "v3.0.3"
3434
hooks:
3535
- id: prettier
3636
# Original hook implementation is flaky due to *several* bugs described
@@ -55,12 +55,12 @@ repos:
5555
- prettier-plugin-toml
5656

5757
- repo: https://github.com/psf/black
58-
rev: 23.3.0
58+
rev: 23.10.0
5959
hooks:
6060
- id: black
6161

62-
- repo: https://github.com/charliermarsh/ruff-pre-commit
63-
rev: "v0.0.263"
62+
- repo: https://github.com/astral-sh/ruff-pre-commit
63+
rev: "v0.1.1"
6464
hooks:
6565
- id: ruff
6666
args:
@@ -78,7 +78,7 @@ repos:
7878
- id: darglint
7979

8080
- repo: https://github.com/pycqa/pylint.git
81-
rev: v3.0.0a6
81+
rev: v3.0.1
8282
hooks:
8383
- id: pylint
8484
args:
@@ -90,7 +90,7 @@ repos:
9090
- git+https://github.com/ansible-network/pytest-ansible-network-integration.git
9191

9292
- repo: https://github.com/pre-commit/mirrors-mypy.git
93-
rev: v1.2.0
93+
rev: v1.6.1
9494
hooks:
9595
- id: mypy
9696
additional_dependencies:

0 commit comments

Comments
 (0)