Use the same format as other repos for the additional dependencies in the pre-commit config file
This commit is contained in:
Родитель
a4861e36d4
Коммит
55662a8b3c
|
@ -16,12 +16,10 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
[
|
||||
"flake8-coding==1.3.2",
|
||||
"flake8-copyright==0.2.4",
|
||||
"flake8-debugger==4.1.2",
|
||||
"flake8-mypy==17.8.0",
|
||||
]
|
||||
- flake8-coding==1.3.2
|
||||
- flake8-copyright==0.2.4
|
||||
- flake8-debugger==4.1.2
|
||||
- flake8-mypy==17.8.0
|
||||
- repo: https://github.com/pycqa/pydocstyle
|
||||
rev: 6.3.0
|
||||
hooks:
|
||||
|
|
Загрузка…
Ссылка в новой задаче