File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1717 - name : Install Linting Tools
1818 run : |
1919 python -m pip install --upgrade pip
20- pip install --user pylint==2.17.7
21- pip install --user black~=22.3
22- pip install --user flake8~=4 .0
20+ pip install --user pylint==3.1.0
21+ pip install --user black~=23.9.1
22+ pip install --user flake8~=6.1 .0
2323 pip install --user pytest
2424
2525 - name : Install Partition Manager
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v2.3 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : check-ast
6- - id : detect-private-key
76 - id : check-merge-conflict
7+ - id : detect-private-key
88 - id : end-of-file-fixer
99 - id : requirements-txt-fixer
1010 - id : trailing-whitespace
1111- repo : https://github.com/psf/black
12- rev : " 22.3.0 "
12+ rev : " 23.9.1 "
1313 hooks :
1414 - id : black
15- - repo : https://gitlab .com/pycqa/flake8
16- rev : " 4.0 .0"
15+ - repo : https://github .com/pycqa/flake8
16+ rev : " 6.1 .0"
1717 hooks :
1818 - id : flake8
1919- repo : https://github.com/PyCQA/pylint
20- rev : v2.17.7
20+ rev : v3.1.0
2121 hooks :
2222 - id : pylint
2323 args :
24- - -E
24+ - --errors-only
2525 additional_dependencies :
2626 - PyMySQL
2727 - pyyaml
28+ - pytest
2829- repo : local
2930 hooks :
3031 - id : pytest
You can’t perform that action at this time.
0 commit comments