mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +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
|
||||
# exclude: '^LICENSE\.txt$'
|
||||
|
||||
# - repo: https://github.com/psf/black
|
||||
# rev: "24.4.2"
|
||||
# hooks:
|
||||
# - id: black
|
||||
- repo: https://github.com/psf/black
|
||||
rev: "24.4.2"
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
# - repo: https://github.com/pycqa/flake8
|
||||
# rev: 7.0.0
|
||||
|
|
Loading…
Reference in a new issue