File tree 2 files changed +8
-19
lines changed 2 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,7 @@ Uses `actions/setup-python@v5`. Only python `3.8` - `3.12` versions are tested.
58
58
Python `3.x` versions prior to `3.8` are not tested since they are EOL now.
59
59
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.
60
60
61
- The lintner versions are :
62
-
63
- ` ` ` bash
64
- pycodestyle==2.8.0
65
- pydocstyle==6.1.1
66
- pylint==3.1.0
67
- mypy==0.910
68
- black==21.11b1
69
- flake8==4.0.1
70
- vulture==2.3
71
- isort==5.10.1
72
- ` ` `
61
+ The linter versions are defined in [requirements.txt](requirements.txt).
73
62
74
63
# # IMPORTANT - test environment
75
64
Original file line number Diff line number Diff line change 1
- black == 21.11b1
2
- flake8 == 4 .0.1
3
- isort == 5.10.1
4
- mypy ~= 0.961
5
- pycodestyle == 2.8.0
6
- pydocstyle == 6.1.1
1
+ black == 24.3.0
2
+ flake8 == 7 .0.0
3
+ isort == 5.13.2
4
+ mypy ~= 1.9.0
5
+ pycodestyle == 2.11.1
6
+ pydocstyle == 6.3.0
7
7
pylint == 3.1.0
8
- vulture == 2.3
8
+ vulture == 2.11
You can’t perform that action at this time.
0 commit comments