Skip to content

Commit

Permalink
remove black from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 16, 2023
1 parent 473e087 commit 500f8f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ci:
autofix_commit_msg: "style: pre-commit fixes"

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.9.1"
hooks:
- id: black-jupyter
# - repo: https://github.com/psf/black-pre-commit-mirror
# rev: "23.9.1"
# hooks:
# - id: black-jupyter

- repo: https://github.com/adamchainz/blacken-docs
rev: "1.16.0"
Expand Down

0 comments on commit 500f8f4

Please sign in to comment.