Skip to content

Commit 90c7859

Browse files
committed
Use black formatter
1 parent 9233a82 commit 90c7859

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ repos:
1616
- id: check-toml
1717
- id: check-added-large-files
1818

19+
- repo: https://github.com/psf/black
20+
rev: 22.3.0
21+
hooks:
22+
- id: black
23+
1924
- repo: https://github.com/pre-commit/mirrors-prettier
2025
rev: v2.6.2
2126
hooks:

0 commit comments

Comments
 (0)