Skip to content

Commit

Permalink
Add gherkin-check to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Dec 21, 2022
1 parent ec16ce2 commit cee76ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.118
rev: v0.0.189
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: git://github.com/ggozad/gherkin-check
rev: "v0.1.0" # Use the sha or tag you want to point at
hooks:
- id: gherkin-check

0 comments on commit cee76ad

Please sign in to comment.