File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ From 61834a16fa143657a84b684ec6fe207b9894403a Mon Sep 17 00:00:00 2001
2
+ From: dherrada <dylan.herrada@adafruit.com>
3
+ Date: Wed, 3 Feb 2021 16:38:51 -0500
4
+ Subject: [PATCH] Hardcoded Black and REUSE versions
5
+
6
+ ---
7
+ .pre-commit-config.yaml | 4 ++--
8
+ 1 file changed, 2 insertions(+), 2 deletions(-)
9
+
10
+ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
11
+ index aab5f1c..07f886c 100644
12
+ --- a/.pre-commit-config.yaml
13
+ +++ b/.pre-commit-config.yaml
14
+ @@ -4,11 +4,11 @@
15
+
16
+ repos:
17
+ - repo: https://github.com/python/black
18
+ - rev: stable
19
+ + rev: 20.8b1
20
+ hooks:
21
+ - id: black
22
+ - repo: https://github.com/fsfe/reuse-tool
<
677E
td data-grid-cell-id="diff-f591d84f236537f2283fd316daa001f7103016118635c3e120240312f1d33928-empty-23-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">23
+ - rev: latest
24
+ + rev: v0.12.1
25
+ hooks:
26
+ - id: reuse
27
+ - repo: https://github.com/pre-commit/pre-commit-hooks
28
+ - -
29
+ 2.25.1
30
+
You can’t perform that action at this time.
0 commit comments