Skip to content

Commit

Permalink
Extend pre-commit config with black
Browse files Browse the repository at this point in the history
  • Loading branch information
skosukhin committed Jan 14, 2025
1 parent ceb4029 commit 40b3c47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ repos:
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/csachs/pyproject-flake8
rev: v7.0.0
hooks:
Expand Down

0 comments on commit 40b3c47

Please sign in to comment.