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