Skip to content

Commit 4d64426

Browse files
authored
Merge pull request #20 from tekktrik/dev/print-pc-versions
Print pre-commit hook versions
2 parents 820e763 + 43d993d commit 4d64426

File tree

5 files changed

+684
-5
lines changed

5 files changed

+684
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44

55
repos:
66
- repo: https://github.com/fsfe/reuse-tool
7-
rev: v0.14.0
7+
rev: v2.1.0
88
hooks:
99
- id: reuse
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v2.3.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: check-yaml
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/python/black
17-
rev: 23.3.0
17+
rev: 23.12.1
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/pylint
21-
rev: v2.17.4
21+
rev: v3.0.3
2222
hooks:
2323
- id: pylint
2424
name: pylint

0 commit comments

Comments
 (0)