Skip to content

Commit 39c777a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 26.3.1](psf/black-pre-commit-mirror@24.1.1...26.3.1) - [github.com/tox-dev/tox-ini-fmt: 1.3.1 → 1.7.1](tox-dev/tox-ini-fmt@1.3.1...1.7.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/hadialqattan/pycln: v2.4.0 → v2.6.0](hadialqattan/pycln@v2.4.0...v2.6.0) - [github.com/pycqa/isort: 5.13.2 → 8.0.1](PyCQA/isort@5.13.2...8.0.1) - [github.com/pycqa/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.20.0](pre-commit/mirrors-mypy@v1.8.0...v1.20.0) - [github.com/yoheimuta/protolint: v0.47.5 → v0.56.4](yoheimuta/protolint@v0.47.5...v0.56.4) - [github.com/gitleaks/gitleaks: v8.18.2 → v8.30.0](gitleaks/gitleaks@v8.18.2...v8.30.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.39.0...v0.48.0) - [github.com/adrienverge/yamllint: v1.34.0 → v1.38.0](adrienverge/yamllint@v1.34.0...v1.38.0) - [github.com/rhysd/actionlint: v1.6.26 → v1.7.12](rhysd/actionlint@v1.6.26...v1.7.12) - [github.com/hadolint/hadolint: v2.12.0 → v2.14.0](hadolint/hadolint@v2.12.0...v2.14.0)
1 parent 6f17c7e commit 39c777a

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.pre-commit-config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ ci:
2424
default_language_version:
2525
python: python3.10
2626
default_stages:
27-
- commit
27+
- pre-commit
2828
repos:
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.5.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: trailing-whitespace
3333
exclude_types:
@@ -64,8 +64,8 @@ repos:
6464
args: [--branch, main]
6565
# - id: requirements-txt-fixer
6666
# - id: file-contents-sorter
67-
- repo: https://github.com/psf/black
68-
rev: 24.1.1
67+
- repo: https://github.com/psf/black-pre-commit-mirror
68+
rev: 26.3.1
6969
hooks:
7070
- id: black
7171
args: [--config=backend/pyproject.toml]
@@ -81,30 +81,30 @@ repos:
8181
- id: absolufy-imports
8282

8383
- repo: https://github.com/tox-dev/tox-ini-fmt
84-
rev: "1.3.1"
84+
rev: "1.7.1"
8585
hooks:
8686
- id: tox-ini-fmt
8787

8888
- repo: https://github.com/asottile/pyupgrade
89-
rev: v3.15.0
89+
rev: v3.21.2
9090
hooks:
9191
- id: pyupgrade
9292
entry: pyupgrade --py39-plus --keep-runtime-typing
9393
types:
9494
- python
9595
- repo: https://github.com/hadialqattan/pycln
96-
rev: v2.4.0
96+
rev: v2.6.0
9797
hooks:
9898
- id: pycln
9999
args: [--config=backend/pyproject.toml]
100100
- repo: https://github.com/pycqa/isort
101-
rev: 5.13.2
101+
rev: 8.0.1
102102
hooks:
103103
- id: isort
104104
files: "\\.(py)$"
105105
args: [--settings-path=backend/pyproject.toml]
106106
- repo: https://github.com/pycqa/flake8
107-
rev: 7.0.0
107+
rev: 7.3.0
108108
hooks:
109109
- id: flake8
110110
args: [--max-line-length=120]
@@ -129,7 +129,7 @@ repos:
129129
# language: system
130130
# exclude: tests/unit/data/|cloud/
131131
- repo: https://github.com/pre-commit/mirrors-mypy
132-
rev: v1.8.0
132+
rev: v1.20.0
133133
hooks:
134134
- id: mypy
135135
name: mypy
@@ -140,11 +140,11 @@ repos:
140140
types: [python]
141141
exclude: tests/unit/data/|cloud/|ci/
142142
- repo: https://github.com/yoheimuta/protolint
143-
rev: v0.47.5
143+
rev: v0.56.4
144144
hooks:
145145
- id: protolint-docker
146146
- repo: https://github.com/gitleaks/gitleaks
147-
rev: v8.18.2
147+
rev: v8.30.0
148148
hooks:
149149
- id: gitleaks
150150
- repo: https://github.com/asottile/yesqa
@@ -170,7 +170,7 @@ repos:
170170
hooks:
171171
- id: htmlhint
172172
- repo: https://github.com/igorshubovych/markdownlint-cli
173-
rev: v0.39.0
173+
rev: v0.48.0
174174
hooks:
175175
- id: markdownlint
176176
args: ["--config", "markdownlint.yaml"]
@@ -179,17 +179,17 @@ repos:
179179
hooks:
180180
- id: docformatter
181181
- repo: https://github.com/adrienverge/yamllint
182-
rev: v1.34.0
182+
rev: v1.38.0
183183
hooks:
184184
- id: yamllint
185185
args: ["--config-file", "yamllint.yaml"]
186186
- repo: https://github.com/rhysd/actionlint
187-
rev: v1.6.26
187+
rev: v1.7.12
188188
hooks:
189189
- id: actionlint
190190
args: ["--config-file", "actionlint.yaml"]
191191
- repo: https://github.com/hadolint/hadolint
192-
rev: v2.12.0
192+
rev: v2.14.0
193193
hooks:
194194
- id: hadolint-docker
195195
args:

0 commit comments

Comments
 (0)