Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tddschn
/
mq-quiz
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ee0267e
mq-quiz
/
pyproject.toml
Pamela Fox
Change infrastructure
fb79ec6
about 2 years ago
raw
Copy download link
history
blame
Wrap lines
195 Bytes
[tool.ruff]
select
= [
"E"
,
"F"
,
"I"
,
"UP"
]
target-version
=
"py310"
line-length
=
120
[tool.black]
target-version
= [
'py310'
]
line-length
=
120
exclude
=
'''
/(
| \.venv
| migrations
)/
'''