Conversation
Check warning
Code scanning / Csslint (reported by Codacy)
Rule doesn't have all its properties in alphabetical order. Warning
| "version": "6.2.5", | ||
| "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.5.tgz", | ||
| "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==", | ||
| "integrity": "sha512-j023J/hCAa4pRIUH6J9HemwYfjB5llR2Ps0CWeikOtdR8+pAURAk0DoJC5/mm9kd+UgdnIy7d6HE4EAvlYhPhA==",= |
Check warning
Code scanning / Jacksonlinter (reported by Codacy)
Unexpected character ('=' (code 61)): was expecting double-quote to start field name Warning
There was a problem hiding this comment.
Pylintpython3 (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Pylint (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Unexpected whitespace at end of line (no-eol-whitespace) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Unexpected empty line before declaration (declaration-empty-line-before) Warning
Check warning
Code scanning / Stylelint (reported by Codacy)
Expected indentation of 2 spaces (indentation) Warning
| from webview.errors import JavascriptException | ||
|
|
||
| import shutil | ||
| from typing import Optional |
Check warning
Code scanning / Prospector (reported by Codacy)
Reimport 'Optional' (imported line 6) (reimported) Warning
| from webview.errors import JavascriptException | ||
|
|
||
| import shutil | ||
| from typing import Optional |
Check warning
Code scanning / Prospector (reported by Codacy)
redefinition of unused 'Optional' from line 6 (F811) Warning
| (line) => line.series === {self.id}.series | ||
| ); | ||
|
|
||
| if (legendItem) {{ |
Check warning
Code scanning / Prospector (reported by Codacy)
Access to a protected member _lines of a client class (protected-access) Warning
| ); | ||
|
|
||
| if (legendItem) {{ | ||
| {self._chart.id}.legend.div.removeChild(legendItem.row); |
Check warning
Code scanning / Prospector (reported by Codacy)
Access to a protected member _lines of a client class (protected-access) Warning
| :param key: The key under which to store the script. | ||
| :param options: A JSON string containing the script options. | ||
| """ | ||
| """Save script JSON data to memory and disk.""" |
Check warning
Code scanning / Prospector (reported by Codacy)
Unexpected keyword argument 'dirs_exist_ok' in function call (unexpected-keyword-arg) Warning
| get_bar_data(chart, chart.topbar['symbol'].value, chart.topbar['timeframe'].value) | ||
|
|
||
| if __name__ == '__main__': | ||
| import pandas as pd |
Check warning
Code scanning / Prospector (reported by Codacy)
Reimport 'pandas' (imported line 4) (reimported) Warning
| get_bar_data(chart, chart.topbar['symbol'].value, chart.topbar['timeframe'].value) | ||
|
|
||
| if __name__ == '__main__': | ||
| import pandas as pd |
Check warning
Code scanning / Prospector (reported by Codacy)
redefinition of unused 'pd' from line 4 (F811) Warning
|
|
||
| if __name__ == '__main__': | ||
| import pandas as pd | ||
| from time import sleep |
Check warning
Code scanning / Prospector (reported by Codacy)
Unused sleep imported from time (unused-import) Warning
|
|
||
| if __name__ == '__main__': | ||
| import pandas as pd | ||
| from time import sleep |
Check warning
Code scanning / Prospector (reported by Codacy)
'time.sleep' imported but unused (F401) Warning
| )) | ||
|
|
||
| sleep(0.2) | ||
|
|
Check warning
Code scanning / Prospector (reported by Codacy)
Trailing newlines (trailing-newlines) Warning
No description provided.