Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 3db6961

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) - [github.com/sirosen/check-jsonschema: 0.21.0 → 0.23.1](python-jsonschema/check-jsonschema@0.21.0...0.23.1) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.32.0) - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.3.0](pre-commit/mirrors-mypy@v1.0.1...v1.3.0) - [github.com/pycqa/pylint: v2.16.4 → v3.0.0a6](pylint-dev/pylint@v2.16.4...v3.0.0a6) - [github.com/jazzband/pip-tools: 6.12.3 → 6.13.0](jazzband/pip-tools@6.12.3...6.13.0)
1 parent 04a9f14 commit 3db6961

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: check-useless-excludes
2424
- repo: https://github.com/pre-commit/mirrors-prettier
2525
# keep it before yamllint
26-
rev: v3.0.0-alpha.6
26+
rev: v3.0.0-alpha.9-for-vscode
2727
hooks:
2828
- id: prettier
2929
always_run: true
@@ -39,7 +39,7 @@ repos:
3939
# args: [--relative, --no-progress, --no-summary]
4040
# name: Spell check with cspell
4141
- repo: https://github.com/sirosen/check-jsonschema
42-
rev: 0.21.0
42+
rev: 0.23.1
4343
hooks:
4444
- id: check-github-workflows
4545
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -72,7 +72,7 @@ repos:
7272
hooks:
7373
- id: doc8
7474
- repo: https://github.com/adrienverge/yamllint.git
75-
rev: v1.29.0
75+
rev: v1.32.0
7676
hooks:
7777
- id: yamllint
7878
files: \.(yaml|yml)$
@@ -86,7 +86,7 @@ repos:
8686
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
8787
- --filter-files
8888
- repo: https://github.com/psf/black
89-
rev: 23.1.0
89+
rev: 23.3.0
9090
hooks:
9191
- id: black
9292
language_version: python3
@@ -103,20 +103,20 @@ repos:
103103
- flake8-future-annotations>=0.0.3
104104
- repo: https://github.com/asottile/pyupgrade
105105
# keep it after flake8
106-
rev: v3.3.1
106+
rev: v3.4.0
107107
hooks:
108108
- id: pyupgrade
109109
args: ["--py38-plus"]
110110
- repo: https://github.com/pre-commit/mirrors-mypy
111-
rev: v1.0.1
111+
rev: v1.3.0
112112
hooks:
113113
- id: mypy
114114
# empty args needed in order to match mypy cli behavior
115115
args: [--strict]
116116
additional_dependencies:
117117
- pytest
118118
- repo: https://github.com/pycqa/pylint
119-
rev: v2.16.4
119+
rev: v3.0.0a6
120120
hooks:
121121
- id: pylint
122122
args:
@@ -125,7 +125,7 @@ repos:
125125
- ansible-core>=2.14.0
126126
- pytest
127127
- repo: https://github.com/jazzband/pip-tools
128-
rev: 6.12.3
128+
rev: 6.13.0
129129
hooks:
130130
- id: pip-compile
131131
name: lock

0 commit comments

Comments
 (0)