Skip to content

Commit

Permalink
pre-commit - basic config - add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mfederowicz committed Oct 6, 2023
1 parent a34734f commit 7ca7513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/mfederowicz/revive
rev: v1.3.4-dev-pre-commit
- repo: https://github.com/mgechev/revive
#for start use dev tag, after development we switch to proper tags with versions
rev: dev-pre-commit
hooks:
- id: revive

0 comments on commit 7ca7513

Please sign in to comment.