Skip to content

Commit

Permalink
add black to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Feb 23, 2023
1 parent c04ca12 commit 9965e24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black
language_version: python3.11

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
Expand Down

0 comments on commit 9965e24

Please sign in to comment.