Skip to content

Commit

Permalink
install ruff in pre-commit venv
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Sep 17, 2024
1 parent b9dc969 commit 88dc7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd $STARTDIR
python3 -m venv /root/pre-commit-venv
source /root/pre-commit-venv/bin/activate
pip install pre-commit
pip install pre-commit ruff
cmake -DENABLE_SIO=ON \
-DCMAKE_CXX_STANDARD=20 \
-DCMAKE_CXX_FLAGS=" -fdiagnostics-color=always -Werror "\
Expand Down

0 comments on commit 88dc7bb

Please sign in to comment.