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 117c512 commit c67fc5cCopy full SHA for c67fc5c
.pre-commit-config.yaml
@@ -8,3 +8,8 @@ repos:
8
- id: mixed-line-ending
9
args: [--fix=lf]
10
- id: trailing-whitespace
11
+
12
+ - repo: https://github.com/psf/black
13
+ rev: 23.11.0
14
+ hooks:
15
+ - id: black
0 commit comments