This website requires JavaScript.
Explore
Help
Register
Sign In
WindyMadman
/
so-vits-svc
Watch
1
Star
0
Fork
0
You've already forked so-vits-svc
mirror of
https://github.com/svc-develop-team/so-vits-svc.git
synced
2025-01-08 11:57:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4.1-Stable
so-vits-svc
/
.ruff.toml
5 lines
101 B
TOML
Raw
Permalink
Normal View
History
Unescape
Escape
feat: add `Ruff` as github action
2023-07-05 14:33:40 +08:00
select
=
[
"E"
,
"F"
,
"I"
]
# Never enforce `E501` (line length violations).
chore: make Ruff happy
2023-07-05 14:52:16 +08:00
ignore
=
[
"E501"
,
"E741"
]
Reference in New Issue
Copy Permalink