Skip to content

Commit 3442d65

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit.git: v0.12.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...v0.13.3) - [github.com/astral-sh/ruff-pre-commit.git: v0.12.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...v0.13.3) - [github.com/astral-sh/ruff-pre-commit.git: v0.12.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit.git/compare/v0.12.4...v0.13.3) - [github.com/python-jsonschema/check-jsonschema.git: 0.33.2 → 0.34.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.33.2...0.34.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.18.2](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.17.0...v1.18.2)
1 parent 2765efe commit 3442d65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit.git
8-
rev: v0.12.4
8+
rev: v0.13.3
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.13.3
1717
hooks:
1818
- id: ruff-format
1919
alias: ruff-format-first-pass
@@ -25,7 +25,7 @@ repos:
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.13.3
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.34.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.18.2
125125
hooks:
126126
- id: mypy
127127
alias: mypy-py313

0 commit comments

Comments
 (0)