Skip to content

Commit a56eb48

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.12.4 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...v0.14.10) - [github.com/astral-sh/ruff-pre-commit.git: v0.12.4 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...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.12.4 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...v0.14.10) - [github.com/python-jsonschema/check-jsonschema.git: 0.33.2 → 0.36.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.2...0.36.0) - [github.com/pre-commit/pre-commit-hooks.git: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v5.0.0...v6.0.0) - [github.com/shellcheck-py/shellcheck-py.git: v0.10.0.1 → v0.11.0.1](https://github.com/shellcheck-py/shellcheck-py.git/compare/v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/mirrors-mypy.git: v1.17.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.17.0...v1.19.1)
1 parent 2765efe commit a56eb48

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit.git
8-
rev: v0.12.4
8+
rev: v0.14.10
99
hooks:
1010
- id: ruff
1111
args:
1212
# Ref: https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
1313
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit.git
16-
rev: v0.12.4
16+
rev: v0.14.10
1717
hooks:
1818
- id: ruff-format
1919
alias: ruff-format-first-pass
2020
name: ruff-format (first pass)
2121

2222
- repo: https://github.com/asottile/add-trailing-comma.git
23-
rev: v3.2.0
23+
rev: v4.0.0
2424
hooks:
2525
- id: add-trailing-comma
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit.git
28-
rev: v0.12.4
28+
rev: v0.14.10
2929
hooks:
3030
- id: ruff-format
3131
alias: ruff-format-second-pass
@@ -37,7 +37,7 @@ repos:
3737
- id: remove-tabs
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema.git
40-
rev: 0.33.2
40+
rev: 0.36.0
4141
hooks:
4242
- id: check-github-workflows
4343
files: ^\.github/workflows/[^/]+$
@@ -63,7 +63,7 @@ repos:
6363
- id: rst-backticks
6464

6565
- repo: https://github.com/pre-commit/pre-commit-hooks.git
66-
rev: v5.0.0
66+
rev: v6.0.0
6767
hooks:
6868
# Side-effects:
6969
- id: trailing-whitespace
@@ -111,7 +111,7 @@ repos:
111111
- id: bashate
112112

113113
- repo: https://github.com/shellcheck-py/shellcheck-py.git
114-
rev: v0.10.0.1
114+
rev: v0.11.0.1
115115
hooks:
116116
- id: shellcheck
117117

@@ -121,7 +121,7 @@ repos:
121121
- id: forbid-html-img-without-alt-text
122122

123123
- repo: https://github.com/pre-commit/mirrors-mypy.git
124-
rev: v1.17.0
124+
rev: v1.19.1
125125
hooks:
126126
- id: mypy
127127
alias: mypy-py313

0 commit comments

Comments
 (0)