Skip to content

Commit ff5d9d5

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](adamchainz/blacken-docs@1.14.0...1.16.0) - 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.1.9](astral-sh/ruff-pre-commit@v0.0.272...v0.1.9) - [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.5.0](asottile/setup-cfg-fmt@v2.3.0...v2.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6) - [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 a3e1f61 commit ff5d9d5

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: "v4.5.0"
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-executables-have-shebangs
@@ -24,18 +24,18 @@ repos:
2424
- id: trailing-whitespace
2525

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

3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: "1.14.0"
32+
rev: "1.16.0"
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.1.9"
3939
hooks:
4040
- id: ruff
4141
args: ["--fix", "--show-fixes"]
@@ -47,13 +47,13 @@ repos:
4747
stages: [manual]
4848

4949
- repo: https://github.com/asottile/setup-cfg-fmt
50-
rev: "v2.3.0"
50+
rev: "v2.5.0"
5151
hooks:
5252
- id: setup-cfg-fmt
5353
args: [--include-version-classifiers, --max-py-version=3.11]
5454

5555
- repo: https://github.com/codespell-project/codespell
56-
rev: "v2.2.5"
56+
rev: "v2.2.6"
5757
hooks:
5858
- id: codespell
5959
args: ["-L", "sur,nd"]
@@ -71,12 +71,12 @@ repos:
7171
- id: rst-inline-touching-normal
7272

7373
- repo: https://github.com/shellcheck-py/shellcheck-py
74-
rev: "v0.9.0.5"
74+
rev: "v0.9.0.6"
7575
hooks:
7676
- id: shellcheck
7777

7878
- repo: https://github.com/pre-commit/mirrors-prettier
79-
rev: "v3.0.0-alpha.9-for-vscode"
79+
rev: "v4.0.0-alpha.8"
8080
hooks:
8181
- id: prettier
8282
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)