Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
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 → 24.3.0](psf/black@23.3.0...24.3.0)
- [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.3.5](astral-sh/ruff-pre-commit@v0.0.272...v0.3.5)
- [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.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)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 5e71f94 commit b4f229e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -24,18 +24,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "24.3.0"
hooks:
- id: black

- repo: https://github.com/asottile/blacken-docs
rev: "1.14.0"
rev: "1.16.0"
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.272"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.5"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -47,13 +47,13 @@ repos:
stages: [manual]

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

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.5"
rev: "v2.2.6"
hooks:
- id: codespell
args: ["-L", "sur,nd"]
Expand All @@ -71,12 +71,12 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.5"
rev: "v0.10.0.1"
hooks:
- id: shellcheck

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

0 comments on commit b4f229e

Please sign in to comment.