Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fetch Periscope data #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Fetch Periscope data #349
Changes from 3 commits
21aeb1a85078c76b657999ebbcfb2e9808e06f04bddb49cad05db7b9e439197735f1da776039bd2c1be2fac02dc3ab6f83e5b9e243e85a3f406bdbfFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure
Code scanning / Ruff
`{name}` imported but unused; consider using `importlib.util.find_spec` to test for availability Error
Check failure on line 6 in src/app.py
ruff (F401)
Check failure
Code scanning / Ruff
Import block is un-sorted or un-formatted Error
Check failure on line 8 in src/app.py
ruff (I001)
Check failure
Code scanning / Ruff
Missing return type annotation for private function `{name}` Error
Check failure on line 48 in src/app.py
ruff (ANN202)
Check failure
Code scanning / Ruff
Do not catch blind exception: `{name}` Error
Check failure on line 53 in src/app.py
ruff (BLE001)
Check failure
Code scanning / Ruff
Missing return type annotation for public function `{name}` Error
Check failure
Code scanning / Ruff
Missing type annotation for function argument `{name}` Error
Check failure
Code scanning / Ruff
Unused function argument: `{name}` Error
Check failure on line 67 in src/app.py
ruff (ARG001)
Check failure on line 67 in src/app.py
ruff (ANN001)
Check failure on line 67 in src/app.py
ruff (ANN201)
Check failure
Code scanning / Ruff
Missing return type annotation for public function `{name}` Error
Check failure
Code scanning / Ruff
Missing type annotation for function argument `{name}` Error
Check failure
Code scanning / Ruff
Unused function argument: `{name}` Error
Check failure on line 83 in src/app.py
ruff (ARG001)
Check failure on line 83 in src/app.py
ruff (ANN001)
Check failure on line 83 in src/app.py
ruff (ANN201)
Check failure
Code scanning / Ruff
`{name}` imported but unused; consider using `importlib.util.find_spec` to test for availability Error
Check failure
Code scanning / Ruff
`{name}` imported but unused; consider using `importlib.util.find_spec` to test for availability Error
Check failure
Code scanning / Ruff
`{name}` imported but unused; consider using `importlib.util.find_spec` to test for availability Error
Check failure
Code scanning / Ruff
Lowercase `{name}` imported as non-lowercase `{asname}` Error
Check failure
Code scanning / Ruff
Import block is un-sorted or un-formatted Error
Check failure
Code scanning / Ruff
Single quotes found but double quotes preferred Error
Check failure
Code scanning / Ruff
Single quotes found but double quotes preferred Error
Check failure
Code scanning / Ruff
Single quotes found but double quotes preferred Error
Check failure
Code scanning / Ruff
Missing return type annotation for public function `{name}` Error
Check failure
Code scanning / Ruff
Missing type annotation for function argument `{name}` Error
Check failure
Code scanning / Ruff
Missing type annotation for function argument `{name}` Error
Check failure
Code scanning / Ruff
Missing type annotation for function argument `{name}` Error
Check failure
Code scanning / Ruff
Do not explicitly `return None` in function if it is the only possible return value Error
Check failure
Code scanning / Ruff
`os.makedirs()` should be replaced by `Path.mkdir(parents=True)` Error
Check failure
Code scanning / Ruff
`os.path.abspath()` should be replaced by `Path.resolve()` Error
Check failure
Code scanning / Ruff
`os.path.abspath()` should be replaced by `Path.resolve()` Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
Use `pathlib.Path.iterdir()` instead. Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`print` found Error
Check failure
Code scanning / Ruff
`{name}` imported but unused; consider using `importlib.util.find_spec` to test for availability Error
Check failure
Code scanning / Ruff
Magic value used in comparison, consider replacing `{value}` with a constant variable Error
Check failure
Code scanning / Ruff
Magic value used in comparison, consider replacing `{value}` with a constant variable Error
Check failure
Code scanning / Ruff
Exception must not use an f-string literal, assign to variable first Error
Uh oh!
There was an error while loading. Please reload this page.