Skip to content

Commit

Permalink
Add black back into pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Apr 3, 2024
1 parent ef60241 commit ab75d9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ repos:
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
hooks:
Expand Down

0 comments on commit ab75d9a

Please sign in to comment.