Skip to content

Commit

Permalink
DAS-2254: Remove pre-commit dependency on jupyter-black and use only …
Browse files Browse the repository at this point in the history
…ruff.
  • Loading branch information
flamingbear committed Nov 27, 2024
1 parent 1ffafb1 commit b43e21b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ repos:
rev: v0.8.0
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--extend-select", "I"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
- id: black-jupyter
args: ["--skip-string-normalization"]
language_version: python3.12
args: ["--fix", "--show-fixes"]
types_or: [python, jupyter]
- id: ruff-format
types_or: [python, jupyter]

0 comments on commit b43e21b

Please sign in to comment.