ref: Bump ruff version to 0.8 (#5087)

This commit is contained in:
Christophe Bornet 2024-12-08 12:16:06 +01:00 committed by GitHub
commit 2f0c67e851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 35 additions and 35 deletions

View file

@ -9,7 +9,7 @@ import argparse
import sys
from huggingface_hub import HfApi, list_models
from rich import print
from rich import print # noqa: A004
# Use root method
models = list_models()