mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Enable pre-commit black
This commit is contained in:
parent
94e44d4c10
commit
a5fd5c9c59
1 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@ repos:
|
||||||
# - id: editorconfig-checker
|
# - id: editorconfig-checker
|
||||||
# exclude: '^LICENSE\.txt$'
|
# exclude: '^LICENSE\.txt$'
|
||||||
|
|
||||||
# - repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
# rev: "24.4.2"
|
rev: "24.4.2"
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: black
|
- id: black
|
||||||
|
|
||||||
# - repo: https://github.com/pycqa/flake8
|
# - repo: https://github.com/pycqa/flake8
|
||||||
# rev: 7.0.0
|
# rev: 7.0.0
|
||||||
|
|
Loading…
Reference in a new issue