Commit fab6574 1 parent c0125ac commit fab6574 Copy full SHA for fab6574
File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Ruff
2
+ on : [push, pull_request]
3
+ jobs :
4
+ ruff :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v3
8
+ - uses : chartboost/ruff-action@v1
Original file line number Diff line number Diff line change @@ -150,7 +150,6 @@ results
150
150
inference /chunks_temp.json
151
151
logs
152
152
hubert /checkpoint_best_legacy_500.pt
153
- pretrain /** /* .pt
154
153
configs /config.json
155
154
filelists /test.txt
156
155
filelists /train.txt
@@ -162,11 +161,5 @@ filelists/val.txt
162
161
.idea /vcs.xml
163
162
.idea /inspectionProfiles /profiles_settings.xml
164
163
.idea /inspectionProfiles /Project_Default.xml
165
- pretrain /vec-768-layer-12.onnx
166
- pretrain /hubert-soft.onnx
167
- pretrain /hubert4.0.onnx
168
- pretrain /vec-256-layer-9.onnx
169
- pretrain /vec-256-layer-12.onnx
170
- pretrain /vec-768-layer-9.onnx
164
+ pretrain /
171
165
.vscode /launch.json
172
- .ruff.toml
Original file line number Diff line number Diff line change
1
+ select = [" E" , " F" , " I" ]
2
+
3
+ # Never enforce `E501` (line length violations).
4
+ ignore = [" E501" ]
You can’t perform that action at this time.
0 commit comments