fix ci
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 2m36s

This commit is contained in:
2025-05-12 19:46:52 +03:00
parent ce1836b646
commit 750513b119

View File

@ -41,6 +41,9 @@ jobs:
with:
python-version: '3.12'
- name: Install deps
run: apt-get update && apt-get install -y gettext bc
- run: pip install pre-commit
- run: pre-commit install
- run: pre-commit run --all-files