adding ruff auto check for pull requests as well as fixing all ruff errors (#1)

Co-authored-by: Kadir <git@k8n.dev>
This commit is contained in:
Kadir 2025-09-14 19:40:18 +01:00 committed by GitHub
parent b1e0a414cf
commit 4c23acdb55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 60 additions and 10 deletions

View file

@ -1,4 +1,4 @@
from vqa import Blip, MicrosoftGIT, PixStructDocVA, Vilt, Deplot, VQA
from vqa import MicrosoftGIT, VQA
from PIL import Image
from typing import List
from questions import load_questions