File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 62
62
etc/make-doc.sh # so that all files are generated!
63
63
cd docs
64
64
python -m sphinx -b doctest -d _build/doctrees source _build/doctest
65
- - name : " Pip3 installing pylint + cpplint . . ."
66
- run : |
67
- pip3 install pylint cpplint
68
- - name : " Running pylint and cpplint . . ."
69
- run : |
70
- python -m pylint setup.py tests/*.py src/libsemigroups_pybind11/*.py
71
- python -m cpplint src/*.hpp src/*.cpp
65
+ - name : " Running ruff, pylint and cpplint . . ."
66
+ run : make lint
72
67
macosx :
73
68
strategy :
74
69
fail-fast : false
@@ -127,10 +122,5 @@ jobs:
127
122
etc/make-doc.sh # so that all files are generated!
128
123
cd docs
129
124
python -m sphinx -b doctest -d _build/doctrees source _build/doctest
130
- - name : " Pip3 installing pylint + cpplint . . ."
131
- run : |
132
- pip3 install pylint cpplint
133
- - name : " Running pylint and cpplint . . ."
134
- run : |
135
- python -m pylint setup.py tests/*.py src/libsemigroups_pybind11/*.py
136
- python -m cpplint src/*.hpp src/*.cpp
125
+ - name : " Running ruff, pylint and cpplint . . ."
126
+ run : make lint
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ accepts==2020.12.3
2
2
argcomplete == 3.6.2
3
3
beautifulsoup4 == 4.13.3
4
4
colorama == 0.4.6
5
+ cpplint == 2.0.0
5
6
eventlet == 0.39.1
6
7
exceptiongroup == 1.2.2
7
8
gevent == 24.11.1
@@ -15,9 +16,11 @@ pkgconfig==1.5.5
15
16
pudb == 2024.1.3
16
17
pybind11 == 2.13.6
17
18
pygments == 2.19.1
19
+ pylint == 3.3.5
18
20
pytest == 8.3.3
19
21
pyyaml == 6.0.2
20
22
pyyaml == 6.0.2
23
+ ruff == 0.11.2
21
24
setuptools == 75.8.2
22
25
sphinx_rtd_theme == 3.0.2
23
26
sphinx-copybutton == 0.5.2
You can’t perform that action at this time.
0 commit comments