Skip to content

Commit 6ddeec0

Browse files
⬆️🪝 update pre-commit hooks
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.282](astral-sh/ruff-pre-commit@v0.0.275...v0.0.282) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.1](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.1)
1 parent df175ac commit 6ddeec0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@ repos:
4848
- id: fix-ligatures
4949
- id: fix-smartquotes
5050

51-
- repo: https://github.com/charliermarsh/ruff-pre-commit
52-
rev: v0.0.275
51+
- repo: https://github.com/astral-sh/ruff-pre-commit
52+
rev: v0.0.282
5353
hooks:
5454
- id: ruff
5555
args: ["--fix"]
5656

5757
# Run code formatting with Black
5858
- repo: https://github.com/psf/black
59-
rev: 23.3.0 # Keep in sync with blacken-docs
59+
rev: 23.7.0 # Keep in sync with blacken-docs
6060
hooks:
6161
- id: black-jupyter
6262

6363
# Also run Black on examples in the documentation
6464
- repo: https://github.com/asottile/blacken-docs
65-
rev: 1.14.0
65+
rev: 1.15.0
6666
hooks:
6767
- id: blacken-docs
6868
additional_dependencies:
6969
- black==23.3.0 # keep in sync with black hook
7070

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

0 commit comments

Comments
 (0)