This commit is contained in:
Alexander Myasoedov
2025-11-30 18:36:33 +02:00
parent f19664f95c
commit 583eec1a67
+2 -2
View File
@@ -14,8 +14,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install pre-commit
run: pip install pre-commit
run: pip install pre-commit==4.5.0
- name: Run pre-commit
run: pre-commit run --all-files