Skip to content

Commit 7694e0b

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0) - [github.com/asottile/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.264 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.264...v0.0.277) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](shellcheck-py/shellcheck-py@v0.9.0.2...v0.9.0.5)
1 parent f151a98 commit 7694e0b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ repos:
3232
- id: rst-inline-touching-normal
3333

3434
- repo: https://github.com/pre-commit/mirrors-prettier
35-
rev: "v2.7.1"
35+
rev: "v3.0.0"
3636
hooks:
3737
- id: prettier
3838
types_or: [yaml, markdown, html, css, scss, javascript, json]
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: "1.13.0"
42+
rev: "1.15.0"
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black==23.3.0]
4646

47-
- repo: https://github.com/charliermarsh/ruff-pre-commit
48-
rev: "v0.0.264"
47+
- repo: https://github.com/astral-sh/ruff-pre-commit
48+
rev: "v0.0.277"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252

5353
- repo: https://github.com/shellcheck-py/shellcheck-py
54-
rev: "v0.9.0.2"
54+
rev: "v0.9.0.5"
5555
hooks:
5656
- id: shellcheck

0 commit comments

Comments
 (0)