File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ From a70dfa8cd8a37dbd5674a4efd0ace8597dc44be5 Mon Sep 17 00:00:00 2001
2
+ From: Tekktrik <tekktrik@gmail.com>
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
+
You can’t perform that action at this time.
0 commit comments