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

Commit 26d3dff

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8) - [github.com/sirosen/check-jsonschema: 0.21.0 → 0.28.4](python-jsonschema/check-jsonschema@0.21.0...0.28.4) - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2) - [github.com/pycqa/flake8.git: 6.0.0 → 7.0.0](https://github.com/pycqa/flake8.git/compare/6.0.0...7.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.10.0](pre-commit/mirrors-mypy@v1.0.1...v1.10.0) - [github.com/pycqa/pylint: v2.16.4 → v3.2.2](pylint-dev/pylint@v2.16.4...v3.2.2) - [github.com/jazzband/pip-tools: 6.12.3 → 7.4.1](jazzband/pip-tools@6.12.3...7.4.1)
1 parent 04a9f14 commit 26d3dff

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 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: v4.0.0-alpha.8
2727
hooks:
2828
- id: prettier
2929
always_run: true
@@ -39,11 +39,11 @@ 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.28.4
4343
hooks:
4444
- id: check-github-workflows
4545
- repo: https://github.com/pre-commit/pre-commit-hooks.git
46-
rev: v4.4.0
46+
rev: v4.6.0
4747
hooks:
4848
- id: end-of-file-fixer
4949
- id: trailing-whitespace
@@ -72,26 +72,26 @@ repos:
7272
hooks:
7373
- id: doc8
7474
- repo: https://github.com/adrienverge/yamllint.git
75-
rev: v1.29.0
75+
rev: v1.35.1
7676
hooks:
7777
- id: yamllint
7878
files: \.(yaml|yml)$
7979
types: [file, yaml]
8080
entry: yamllint --strict
8181
- repo: https://github.com/PyCQA/isort
82-
rev: 5.12.0
82+
rev: 5.13.2
8383
hooks:
8484
- id: isort
8585
args:
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: 24.4.2
9090
hooks:
9191
- id: black
9292
language_version: python3
9393
- repo: https://github.com/pycqa/flake8.git
94-
rev: 6.0.0
94+
rev: 7.0.0
9595
hooks:
9696
- id: flake8
9797
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.15.2
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.10.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.2.2
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: 7.4.1
129129
hooks:
130130
- id: pip-compile
131131
name: lock

0 commit comments

Comments
 (0)