fix(pre commit):

This commit is contained in:
Alexander Myasoedov
2025-02-11 15:35:37 +02:00
parent 851a0f03a8
commit e03264d083
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit