Skip to content

Reference docs

Reference docs #616

Re-run triggered November 19, 2023 20:15
Status Success
Total duration 19s
Artifacts

run-linters.yaml

on: pull_request
Run linters
9s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 1 warning
dagshub/common/helpers.py#L14
Trailing whitespace (W291)
dagshub/common/api/repo.py#L292
Redefinition of unused 'annotations_url' from line 288 (F811)
dagshub/streaming/filesystem.py#L322
Trailing whitespace (W291)
dagshub/streaming/filesystem.py#L326
Line too long (134 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L339
Line too long (125 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L341
Line too long (132 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L344
Line too long (147 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L345
Line too long (130 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L449
Line too long (168 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L457
Line too long (143 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L458
Line too long (146 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L462
Line too long (147 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L530
Line too long (164 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L533
Line too long (136 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L536
Line too long (148 > 120 characters) (E501)
dagshub/streaming/filesystem.py#L567
Trailing whitespace (W291)
dagshub/streaming/mount.py#L60
Line too long (144 > 120 characters) (E501)
dagshub/streaming/mount.py#L61
Trailing whitespace (W291)
dagshub/streaming/mount.py#L68
Line too long (149 > 120 characters) (E501)
dagshub/streaming/mount.py#L69
Line too long (199 > 120 characters) (E501)
dagshub/streaming/mount.py#L89
Line too long (141 > 120 characters) (E501)
dagshub/streaming/mount.py#L99
Line too long (150 > 120 characters) (E501)
dagshub/streaming/mount.py#L124
Line too long (146 > 120 characters) (E501)
dagshub/streaming/mount.py#L134
Line too long (151 > 120 characters) (E501)
dagshub/streaming/mount.py#L135
Line too long (144 > 120 characters) (E501)
dagshub/streaming/mount.py#L175
Line too long (141 > 120 characters) (E501)
dagshub/streaming/mount.py#L184
Line too long (150 > 120 characters) (E501)
dagshub/streaming/mount.py#L206
Line too long (138 > 120 characters) (E501)
dagshub/streaming/mount.py#L213
Line too long (153 > 120 characters) (E501)
dagshub/streaming/mount.py#L231
Trailing whitespace (W291)
dagshub/streaming/mount.py#L232
Trailing whitespace (W291)
dagshub/streaming/mount.py#L234
Trailing whitespace (W291)
dagshub/streaming/mount.py#L238
Line too long (151 > 120 characters) (E501)
dagshub/streaming/mount.py#L265
Line too long (158 > 120 characters) (E501)
dagshub/streaming/mount.py#L266
Line too long (130 > 120 characters) (E501)
dagshub/streaming/mount.py#L279
Line too long (127 > 120 characters) (E501)
dagshub/data_engine/datasources.py#L2
'urllib.parse' imported but unused (F401)
dagshub/data_engine/model/datasource.py#L9
Redefinition of unused 'time' from line 5 (F811)
dagshub/data_engine/model/datasource.py#L380
Redefinition of unused 'annotate' from line 370 (F811)
dagshub/data_engine/model/datasource.py#L650
Trailing whitespace (W291)
dagshub/data_engine/model/datasource.py#L675
Trailing whitespace (W291)
dagshub/data_engine/model/query.py#L83
Trailing whitespace (W291)
dagshub/data_engine/model/query.py#L90
Line too long (136 > 120 characters) (E501)
dagshub/data_engine/model/query.py#L91
Line too long (123 > 120 characters) (E501)
dagshub/data_engine/model/query.py#L93
Line too long (197 > 120 characters) (E501)
dagshub/data_engine/client/data_client.py#L187
Trailing whitespace (W291)
dagshub/data_engine/client/data_client.py#L266
Blank line contains whitespace (W293)
dagshub/data_engine/client/loaders/base.py#L29
Blank line contains whitespace (W293)
dagshub/data_engine/client/loaders/base.py#L31
Line too long (134 > 120 characters) (E501)
dagshub/data_engine/client/loaders/base.py#L34
Line too long (143 > 120 characters) (E501)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/