Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
danibene committed Mar 12, 2024
1 parent 2e1e90b commit 1f04c4b
Show file tree
Hide file tree
Showing 70 changed files with 5,611 additions and 2,590 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
Loading

0 comments on commit 1f04c4b

Please sign in to comment.