This commit is contained in:
Alexander Myasoedov
2025-11-30 18:38:41 +02:00
parent fbe9885c0b
commit a8b5876883
2 changed files with 1 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Install pre-commit
run: pip install pre-commit==4.5.0
- name: Run pre-commit