Skip to content

Commit da879a8

Browse files
authored
Merge pull request #341 from tekktrik/dev/precommit-update
Add pre-commit patch
2 parents a52bbea + 1c79b6e commit da879a8

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
From a70dfa8cd8a37dbd5674a4efd0ace8597dc44be5 Mon Sep 17 00:00:00 2001
2+
From: Tekktrik <[email protected]>
3+
Date: Tue, 9 May 2023 20:26:25 -0400
4+
Subject: [PATCH] Update pre-commit hooks
5+
6+
---
7+
.pre-commit-config.yaml | 8 ++++----
8+
1 file changed, 4 insertions(+), 4 deletions(-)
9+
10+
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
11+
index 0e5fccc..70ade69 100644
12+
--- a/.pre-commit-config.yaml
13+
+++ b/.pre-commit-config.yaml
14+
@@ -4,21 +4,21 @@
15+
16+
repos:
17+
- repo: https://github.com/python/black
18+
- rev: 22.3.0
19+
+ rev: 23.3.0
20+
hooks:
21+
- id: black
22+
- repo: https://github.com/fsfe/reuse-tool
23+
- rev: v0.14.0
24+
+ rev: v1.1.2
25+
hooks:
26+
- id: reuse
27+
- repo: https://github.com/pre-commit/pre-commit-hooks
28+
- rev: v4.2.0
29+
+ rev: v4.4.0
30+
hooks:
31+
- id: check-yaml
32+
- id: end-of-file-fixer
33+
- id: trailing-whitespace
34+
- repo: https://github.com/pycqa/pylint
35+
- rev: v2.15.5
36+
+ rev: v2.17.4
37+
hooks:
38+
- id: pylint
39+
name: pylint (library code)
40+
--
41+
2.40.0
42+

0 commit comments

Comments
 (0)