Skip to content

Commit 0e07da0

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/srstevenson/nb-clean: 2.4.0 → 3.0.0](srstevenson/nb-clean@2.4.0...3.0.0) - 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.290](astral-sh/ruff-pre-commit@v0.0.275...v0.0.290) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](adamchainz/blacken-docs@1.14.0...1.16.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3)
1 parent df175ac commit 0e07da0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929

3030
# Clean jupyter notebooks
3131
- repo: https://github.com/srstevenson/nb-clean
32-
rev: "2.4.0"
32+
rev: "3.0.0"
3333
hooks:
3434
- id: nb-clean
3535

@@ -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.290
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.9.1 # 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.16.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.3"
7474
hooks:
7575
- id: prettier
7676
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)