Skip to content

Commit

Permalink
fix: Bump editorconfig-checker (#105)
Browse files Browse the repository at this point in the history
This was causing spurious failures in CI, see issue:
editorconfig-checker/editorconfig-checker.python#28
  • Loading branch information
aiven-anton authored Dec 11, 2023
1 parent cc3ec0a commit 2f3c5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.3"
hooks:
- id: editorconfig-checker
alias: ec
Expand Down

0 comments on commit 2f3c5be

Please sign in to comment.