Skip to content

Commit f49a93b

Browse files
authored
Merge pull request #206 from adafruit/fix-versions-patch
Added black and reuse versions patch
2 parents 0b83e6e + 0e3363a commit f49a93b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
From 61834a16fa143657a84b684ec6fe207b9894403a Mon Sep 17 00:00:00 2001
2+
From: dherrada <[email protected]>
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
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+

0 commit comments

Comments
 (0)