8000 Print out HTTPError instead of traceback · sot/arc@ff84a38 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Print out HTTPError instead of traceback #56

Print out HTTPError instead of traceback

Print out HTTPError instead of traceback #56

Workflow file for this run

name: lint code using ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
0