Skip to content

Commit

Permalink
Merge pull request #206 from adafruit/fix-versions-patch
Browse files Browse the repository at this point in the history
Added black and reuse versions patch
  • Loading branch information
kattni authored Feb 3, 2021
2 parents 0b83e6e + 0e3363a commit f49a93b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patches/0001-Hardcoded-Black-and-REUSE-versions.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 61834a16fa143657a84b684ec6fe207b9894403a Mon Sep 17 00:00:00 2001
From: dherrada <[email protected]>
Date: Wed, 3 Feb 2021 16:38:51 -0500
Subject: [PATCH] Hardcoded Black and REUSE versions

---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index aab5f1c..07f886c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,11 +4,11 @@

repos:
- repo: https://github.com/python/black
- rev: stable
+ rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/fsfe/reuse-tool
- rev: latest
+ rev: v0.12.1
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
--
2.25.1

0 comments on commit f49a93b

Please sign in to comment.