Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.9...v0.2.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent 527284c commit 5904cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_stages:
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# doesn't work in combination with jupytext hook yet. See https://github.com/mwouts/jupytext/issues/580
Expand All @@ -19,7 +19,7 @@ repos:
# https://github.com/jupyterlab/jupyterlab/issues/12675
language_version: "17.9.1"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.2.1
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand Down

0 comments on commit 5904cc7

Please sign in to comment.