[rocprof-compute] Pin ruff version for consistent formatting (#2680)

* pin ruff versions each to current latest

* Update rocprofiler-compute-formatting.yml

* Downgrade .pre-commit-config.yaml to match develop
This commit is contained in:
jamessiddeley-amd
2026-01-19 19:10:02 -05:00
committed by GitHub
orang tua 99c3a06f4e
melakukan 25090e003f
@@ -41,7 +41,7 @@ jobs:
working-directory: projects/rocprofiler-compute
run: |
python -m pip install --upgrade pip
python -m pip install ruff
python -m pip install ruff==0.14.11
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
- name: Run Ruff Linter and Import Sorter
run: |