We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d44b0 commit 7128c01Copy full SHA for 7128c01
.pre-commit-config.yaml
@@ -5,6 +5,10 @@ repos:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
+- repo: https://github.com/psf/black
9
+ rev: 22.6.0
10
+ hooks:
11
+ - id: black
12
- repo: https://github.com/pycqa/isort
13
rev: 5.10.1
14
hooks:
0 commit comments