Skip to content

Commit

Permalink
fix: incorrect formatting of stages
Browse files Browse the repository at this point in the history
  • Loading branch information
Venefilyn committed Oct 9, 2024
1 parent dead843 commit cee66bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ repos:
- id: check-rebase
args:
- https://github.com/oamg/convert2rhel.git
stages: [manual, Nonepre-pushNone]
stages: [manual, pre-push]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.20.0
hooks:
- id: gitleaks
stages: [manual, Nonepre-pushNone]
stages: [manual, pre-push]
- repo: https://github.com/jendrikseipp/vulture
rev: v2.13
hooks:
Expand Down

0 comments on commit cee66bb

Please sign in to comment.