Skip to content

Commit 3842474

Browse files
pre-commit-ci[bot]webknjaz
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.12.2) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.12.2) - [github.com/asottile/add-trailing-comma.git: v3.1.0 → v3.2.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.1.0...v3.2.0) - [github.com/astral-sh/ruff-pre-commit.git: v0.11.7 → v0.12.2](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.11.7...v0.12.2) - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.1 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.1...v1.5.5) - [github.com/python-jsonschema/check-jsonschema.git: 0.28.6 → 0.33.2](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.33.2) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.37.1) - [github.com/PyCQA/flake8.git: 7.1.1 → 7.3.0](https://github.com/PyCQA/flake8.git/compare/7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy.git: v1.4.1 → v1.16.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.4.1...v1.16.1) - [github.com/PyCQA/pylint.git: v3.1.0 → v3.3.7](https://github.com/PyCQA/pylint.git/compare/v3.1.0...v3.3.7)
1 parent e87d303 commit 3842474

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,39 +62,39 @@ repos:
6262
- id: no_optional
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit.git
65-
rev: v0.11.7
65+
rev: v0.12.2
6666
hooks:
6767
- id: ruff
6868
args:
6969
# Ref: https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
7070
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit.git
73-
rev: v0.11.7
73+
rev: v0.12.2
7474
hooks:
7575
- id: ruff-format
7676
alias: ruff-format-first-pass
7777
name: ruff-format (first pass)
7878

7979
- repo: https://github.com/asottile/add-trailing-comma.git
80-
rev: v3.1.0
80+
rev: v3.2.0
8181
hooks:
8282
- id: add-trailing-comma
8383

8484
- repo: https://github.com/astral-sh/ruff-pre-commit.git
85-
rev: v0.11.7
85+
rev: v0.12.2
8686
hooks:
8787
- id: ruff-format
8888
alias: ruff-format-second-pass
8989
name: ruff-format (second pass)
9090

9191
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
92-
rev: v1.5.1
92+
rev: v1.5.5
9393
hooks:
9494
- id: remove-tabs
9595

9696
- repo: https://github.com/python-jsonschema/check-jsonschema.git
97-
rev: 0.28.6
97+
rev: 0.33.2
9898
hooks:
9999
- id: check-github-workflows
100100
files: ^\.github/workflows/[^/]+$
@@ -125,7 +125,7 @@ repos:
125125
^.*\.rst$
126126
127127
- repo: https://github.com/pre-commit/pre-commit-hooks.git
128-
rev: v4.6.0
128+
rev: v5.0.0
129129
hooks:
130130
# Side-effects:
131131
- id: trailing-whitespace
@@ -168,7 +168,7 @@ repos:
168168
- id: debug-statements
169169

170170
- repo: https://github.com/adrienverge/yamllint.git
171-
rev: v1.32.0
171+
rev: v1.37.1
172172
hooks:
173173
- id: yamllint
174174
types:
@@ -178,7 +178,7 @@ repos:
178178
- --strict
179179

180180
- repo: https://github.com/PyCQA/flake8.git
181-
rev: 7.1.1
181+
rev: 7.3.0
182182
hooks:
183183
- id: flake8
184184
additional_dependencies:
@@ -199,7 +199,7 @@ repos:
199199
- id: forbid-html-img-without-alt-text
200200

201201
- repo: https://github.com/pre-commit/mirrors-mypy.git
202-
rev: v1.4.1
202+
rev: v1.16.1
203203
hooks:
204204
- id: mypy
205205
alias: mypy-py38
@@ -274,7 +274,7 @@ repos:
274274
$
275275
276276
- repo: https://github.com/PyCQA/pylint.git
277-
rev: v3.1.0
277+
rev: v3.3.7
278278
hooks:
279279
- id: pylint
280280
additional_dependencies:

0 commit comments

Comments
 (0)