Skip to content

Commit

Permalink
Replaces jinjalint with curlylint for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 28, 2023
1 parent a389015 commit 621d0b2
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 @@ -20,10 +20,10 @@ repos:
# - id: markdownlint # Configure in .mdlrc.style.rb
- id: require-ascii

- repo: https://github.com/motet-a/jinjalint
rev: 01e0a4d
- repo: https://github.com/thibaudcolas/curlylint
rev: v0.13.1
hooks:
- id: jinjalint
- id: curlylint

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
Expand Down

0 comments on commit 621d0b2

Please sign in to comment.