Skip to content

Commit

Permalink
Merge pull request #20 from tekktrik/dev/print-pc-versions
Browse files Browse the repository at this point in the history
Print pre-commit hook versions
  • Loading branch information
tekktrik authored Jan 9, 2024
2 parents 820e763 + 43d993d commit 4d64426
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v0.14.0
rev: v2.1.0
hooks:
- id: reuse
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/python/black
rev: 23.3.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pycqa/pylint
rev: v2.17.4
rev: v3.0.3
hooks:
- id: pylint
name: pylint
Expand Down
Loading

0 comments on commit 4d64426

Please sign in to comment.