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 7043c7c commit 693a564Copy full SHA for 693a564
.pre-commit-config.yaml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: 2020 Diego Elio Pettenò
2
+#
3
+# SPDX-License-Identifier: Unlicense
4
+
5
+repos:
6
+- repo: https://github.com/python/black
7
+ rev: stable
8
+ hooks:
9
+ - id: black
10
+- repo: https://github.com/fsfe/reuse-tool
11
+ rev: latest
12
13
+ - id: reuse
14
+- repo: https://github.com/pre-commit/pre-commit-hooks
15
+ rev: v2.3.0
16
17
+ - id: check-yaml
18
+ - id: end-of-file-fixer
19
+ - id: trailing-whitespace
0 commit comments