Commit graph

3 commits

Author SHA1 Message Date
dependabot[bot]
f6f0c529d1
Bump clang-tidy from 14.0.6 to 18.1.1
Bumps [clang-tidy](https://github.com/ssciwr/clang-tidy-wheel) from 14.0.6 to 18.1.1.
- [Commits](https://github.com/ssciwr/clang-tidy-wheel/commits)

---
updated-dependencies:
- dependency-name: clang-tidy
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 02:17:45 +00:00
Jesse Hills
be8d188a55
Add yamllint to dev requirements (#6466) 2024-04-03 15:16:59 +13:00
Clyde Stubbs
a2e152ad12
clang-format and clang-tidy scripts: More robust algorithm to find correct executable (#6041)
* More robust algorithm to find correct executable

* Revise message wording

* Add clang-tidy and clang-format to requirements.txt.
Add to message explaining install process.

* Extracted get_binary to helpers.py. Use execptions for clean exit.

* Add parameter types

* clang-{tidy,format} in requirements_test.txt
clean up script exit

* Kill processes on ^C

* Move clang-tidy and clang-format into requirements_dev.txt
2024-01-02 23:00:52 -06:00