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 3e3bcd3 commit e1c9cc4Copy full SHA for e1c9cc4
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.4.0
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ - id: end-of-file-fixer
7
+ - id: check-yaml
8
+ - id: check-json
9
+ - repo: https://github.com/psf/black
10
+ rev: 24.3.0
11
12
+ - id: black
13
+
.vsco
0 commit comments