Merge commit 'e8709c24f403173ad21a2da907d1347957e324fb' into develop

This commit is contained in:
assistant-librarian[bot]
2025-07-30 15:13:07 +00:00
parent 12ab674f70
commit 899f325a64
4 changed files with 269 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ source "$(dirname "$0")/../.venv/bin/activate"
echo "I: Installing tools required for pre-commit checks..."
run_and_check pip install dos2unix
run_and_check pip install clang-format==12.0.1
run_and_check pip install clang-format==18.1.3
echo "I: Installing pre-commit in virtual environment..."
run_and_check pip install pre-commit
run_and_check pre-commit install