File tree Expand file tree Collapse file tree 3 files changed +11
-27
lines changed
Expand file tree Collapse file tree 3 files changed +11
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -181,10 +181,11 @@ clean-doc:
181181
182182clean : clean-doc
183183 -cmake --build $(BUILD ) --target clean
184- $(RM ) mkerr olderr * ~
184+ $(RM ) mkerr olderr compile_commands.json
185185
186186distclean : clean
187- $(RM ) -r $(BUILDROOT ) stagedir
187+ $(RM ) -r $(BUILDROOT ) stagedir CMakeUserPresets.json
188+ find . -name ' *~' -delete
188189
189190Makefile :: ;
190191*.txt :: ;
Original file line number Diff line number Diff line change 11# =============================================================================
22# PYTHON PACKAGES (PIP)
33# =============================================================================
4- # USE (python3): pip3 install -U -r <THIS_FILE_NAME>
4+ # USE (python3): pip3 install -U -r requirements.txt
55# =============================================================================
66
77### python tools
88isort
99black
1010pip-tools
11+ pre-commit
1112pylint
1213pyaml
1314
1415### cmake build context
1516bump2version >= 1.0.1
16- check-jsonschema >= 0.29.4
17- cmake-format >= 0.6.13
18- cmake >= 3.30
19- codespell >= 2.3.0
17+ check-jsonschema >= 0.35.0
18+ cmake >= 4.2
19+ codespell >= 2.4.1
2020# conan>=2.7.0
21- gcovr >= 7.2
22- ninja >= 1.12
21+ gersemi >= 0.23.2
22+ gcovr >= 8.2
23+ ninja >= 1.13
2324yamllint >= 1.35
You can’t perform that action at this time.
0 commit comments