File tree 2 files changed +11
-10
lines changed
2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Linting Tools
18
18
run : |
19
19
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
23
23
pip install --user pytest
24
24
25
25
- name : Install Partition Manager
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : check-ast
6
- - id : detect-private-key
7
6
- id : check-merge-conflict
7
+ - id : detect-private-key
8
8
- id : end-of-file-fixer
9
9
- id : requirements-txt-fixer
10
10
- id : trailing-whitespace
11
11
- repo : https://github.com/psf/black
12
- rev : " 22.3.0 "
12
+ rev : " 23.9.1 "
13
13
hooks :
14
14
- 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"
17
17
hooks :
18
18
- id : flake8
19
19
- repo : https://github.com/PyCQA/pylint
20
- rev : v2.17.7
20
+ rev : v3.1.0
21
21
hooks :
22
22
- id : pylint
23
23
args :
24
- - -E
24
+ - --errors-only
25
25
additional_dependencies :
26
26
- PyMySQL
27
27
- pyyaml
28
+ - pytest
28
29
- repo : local
29
30
hooks :
30
31
- id : pytest
You can’t perform that action at this time.
0 commit comments