Skip to content

Commit

Permalink
add black to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Apr 29, 2022
1 parent 31f6aac commit cab3cbb
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 @@ -38,6 +38,10 @@ repos:
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: "22.3.0"
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: "v2.31.1"
hooks:
Expand Down

0 comments on commit cab3cbb

Please sign in to comment.