mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-23 05:19:48 +00:00
Enable flake8 pre-commit
This commit is contained in:
parent
ae5caa6831
commit
6a99d8ef4b
@ -20,10 +20,12 @@ repos:
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
# - repo: https://github.com/pycqa/flake8
|
||||
# rev: 7.0.0
|
||||
# hooks:
|
||||
# - id: flake8
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 7.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
- flake8-import-order
|
||||
|
||||
# - repo: https://github.com/pre-commit/mirrors-mypy
|
||||
# rev: v1.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user