mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-26 23:00:36 +00:00
Enable editorconfig-checker pre-commit hook
This commit is contained in:
parent
be8333a80c
commit
9d1c859a5f
@ -9,11 +9,11 @@ repos:
|
||||
- id: check-added-large-files
|
||||
- id: no-commit-to-branch
|
||||
|
||||
# - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
# rev: "2.7.3"
|
||||
# hooks:
|
||||
# - id: editorconfig-checker
|
||||
# exclude: '^LICENSE\.txt$'
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.3"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
exclude: '^(LICENSE\.txt|resources/language/.*\.po)$'
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: "24.4.2"
|
||||
|
Loading…
Reference in New Issue
Block a user