Skip to content

Commit

Permalink
Update findent hook
Browse files Browse the repository at this point in the history
and pin findent version
  • Loading branch information
zmoon committed Jan 14, 2025
1 parent b51a4a1 commit b70fd3a
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 @@ -13,10 +13,10 @@ repos:
- id: check-yaml

- repo: https://github.com/zmoon/findent-pre-commit
rev: "65627b8"
rev: "17b1b07"
hooks:
# NOTE: doesn't work on Windows currently
- id: findent-pypi
additional_dependencies: [findent==4.3.1]
args: ['-i3']
exclude: |
(?x)^(
Expand Down

0 comments on commit b70fd3a

Please sign in to comment.