File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,21 +10,12 @@ repos:
1010 - id : end-of-file-fixer
1111 - id : trailing-whitespace
1212 - id : mixed-line-ending
13- - id : check -byte-order-marker
13+ - id : fix -byte-order-marker
1414 - id : check-executables-have-shebangs
1515 - id : check-merge-conflict
1616 - id : debug-statements
1717 language_version : python3
18- - repo : https://github.com/pycqa/flake8.git
19- rev : 7.1.1
20- hooks :
21- - id : flake8
22- additional_dependencies :
23- - flake8-absolute-import
24- - flake8-black>=0.1.1
25- - flake8-docstrings>=1.5.0
26- - pydocstyle>=5.1.1
27- language_version : python3
18+
2819 - repo : https://github.com/adrienverge/yamllint.git
2920 rev : v1.35.1
3021 hooks :
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ commands =
6262[testenv:lint]
6363description = Runs all linting tasks
6464commands =
65- # to run a single linter you can do "pre-commit run flake8 "
65+ # to run a single linter you can do "pre-commit run <hook-name> "
6666 python -m pre_commit run {posargs:--all}
6767deps =
6868 pre-commit>=1.18.1
You can’t perform that action at this time.
0 commit comments