Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aiqtech/FLUX-Ghibli-Studio-LoRA
aiqtech
/
flux-claude-monet-lora
like
96
Running
on
Zero
App
Files
Files
Community
1
alvarobartt
HF staff
commited on
Aug 31, 2024
Commit
4feae5e
•
1 Parent(s):
5729186
Add simple `ruff.toml` configuration
Browse files
Files changed (1)
hide
show
ruff.toml
+4
-0
ruff.toml
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
line-length = 120
2
+
target-version = "py310"
3
+
4
+
lint.select = ["I"]