feat: remove hawk dependency and all related integration code from project

This commit is contained in:
retoor 2026-05-11 05:07:35 +00:00
parent 4137918687
commit 312cfb8e8b

View File

@ -22,11 +22,6 @@ jobs:
pip install playwright pip install playwright
python -m playwright install chromium --with-deps python -m playwright install chromium --with-deps
- name: Check code with hawk
run: |
pip install hawk
hawk . --python --js --css --html
- name: Run integration tests - name: Run integration tests
run: | run: |
python -m pytest tests/ -v --tb=line -x python -m pytest tests/ -v --tb=line -x