Skip to content

Commit e710506

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 24.10.0](psf/black@23.3.0...24.10.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.19.1](adamchainz/blacken-docs@1.14.0...1.19.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.8.6](astral-sh/ruff-pre-commit@v0.0.272...v0.8.6) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50) - [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.7.0](asottile/setup-cfg-fmt@v2.3.0...v2.7.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.5...v0.10.0.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v4.0.0-alpha.8)
1 parent 9002c29 commit e710506

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: "v4.4.0"
8+
rev: "v5.0.0"
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-executables-have-shebangs
@@ -24,30 +24,30 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/psf/black
27-
rev: "23.3.0"
27+
rev: "24.10.0"
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: "1.14.0"
32+
rev: "1.19.1"
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black==23.3.0]
3636

37-
- repo: https://github.com/charliermarsh/ruff-pre-commit
38-
rev: "v0.0.272"
37+
- repo: https://github.com/astral-sh/ruff-pre-commit
38+
rev: "v0.8.6"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
4242

4343
- repo: https://github.com/mgedmin/check-manifest
44-
rev: "0.49"
44+
rev: "0.50"
4545
hooks:
4646
- id: check-manifest
4747
stages: [manual]
4848

4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: "v2.3.0"
50+
rev: "v2.7.0"
5151
hooks:
5252
- id: setup-cfg-fmt
5353
args: [--include-version-classifiers, --max-py-version=3.11]
@@ -65,12 +65,12 @@ repos:
6565
- id: rst-inline-touching-normal
6666

6767
- repo: https://github.com/shellcheck-py/shellcheck-py
68-
rev: "v0.9.0.5"
68+
rev: "v0.10.0.1"
6969
hooks:
7070
- id: shellcheck
7171

7272
- repo: https://github.com/pre-commit/mirrors-prettier
73-
rev: "v3.0.0-alpha.9-for-vscode"
73+
rev: "v4.0.0-alpha.8"
7474
hooks:
7575
- id: prettier
7676
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)