Skip to content

Commit

Permalink
add black
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Mar 12, 2024
1 parent e1147ac commit 89aac22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ repos:
# hooks:
# - id: isort

# - repo: https://github.com/psf/black
# rev: 24.2.0
# hooks:
# - id: black
# language_version: python3
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language_version: python3

## If like to embrace black styles even in the docs:
# - repo: https://github.com/asottile/blacken-docs
Expand Down

0 comments on commit 89aac22

Please sign in to comment.