Skip to content

Commit 2412910

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [github.com/astral-sh/ruff-pre-commit.git: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [github.com/asottile/add-trailing-comma.git: v3.2.0 → v4.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit.git: v0.13.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.13.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema.git: 0.34.0 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.34.0...0.36.0) - [github.com/pre-commit/mirrors-mypy.git: v1.18.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.18.2...v1.19.1) - [github.com/pre-commit/mirrors-mypy.git: v1.14.1 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.14.1...v1.19.1) - [github.com/pre-commit/mirrors-mypy.git: v1.18.2 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.18.2...v1.19.1) - [github.com/PyCQA/pylint.git: v3.3.9 → v4.0.4](https://github.com/PyCQA/pylint.git/compare/v3.3.9...v4.0.4)
1 parent 662cd9d commit 2412910

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,27 +60,27 @@ repos:
6060
- id: no_optional
6161

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

7070
- repo: https://github.com/astral-sh/ruff-pre-commit.git
71-
rev: v0.13.3
71+
rev: v0.14.10
7272
hooks:
7373
- id: ruff-format
7474
alias: ruff-format-first-pass
7575
name: ruff-format (first pass)
7676

7777
- repo: https://github.com/asottile/add-trailing-comma.git
78-
rev: v3.2.0
78+
rev: v4.0.0
7979
hooks:
8080
- id: add-trailing-comma
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit.git
83-
rev: v0.13.3
83+
rev: v0.14.10
8484
hooks:
8585
- id: ruff-format
8686
alias: ruff-format-second-pass
@@ -92,7 +92,7 @@ repos:
9292
- id: remove-tabs
9393

9494
- repo: https://github.com/python-jsonschema/check-jsonschema.git
95-
rev: 0.34.0
95+
rev: 0.36.0
9696
hooks:
9797
- id: check-github-workflows
9898
files: ^\.github/workflows/[^/]+$
@@ -205,7 +205,7 @@ repos:
205205
- id: forbid-html-img-without-alt-text
206206

207207
- repo: https://github.com/pre-commit/mirrors-mypy.git
208-
rev: v1.18.2
208+
rev: v1.19.1
209209
hooks:
210210
- id: mypy
211211
alias: mypy-py314
@@ -260,7 +260,7 @@ repos:
260260
pass_filenames: false
261261

262262
- repo: https://github.com/pre-commit/mirrors-mypy.git
263-
rev: v1.14.1 # the last MyPy version to support Python 3.8
263+
rev: v1.19.1 # the last MyPy version to support Python 3.8
264264
hooks:
265265
- id: mypy
266266
alias: mypy-py38
@@ -283,7 +283,7 @@ repos:
283283
pass_filenames: false
284284

285285
- repo: https://github.com/pre-commit/mirrors-mypy.git
286-
rev: v1.18.2
286+
rev: v1.19.1
287287
hooks:
288288
- id: mypy
289289
alias: mypy-stubtest
@@ -317,7 +317,7 @@ repos:
317317
$
318318
319319
- repo: https://github.com/PyCQA/pylint.git
320-
rev: v3.3.9
320+
rev: v4.0.4
321321
hooks:
322322
- id: pylint
323323
additional_dependencies:

0 commit comments

Comments
 (0)