Skip to content

fix: handle JSONDecodeError in _handle_response to prevent crashes #84

fix: handle JSONDecodeError in _handle_response to prevent crashes

fix: handle JSONDecodeError in _handle_response to prevent crashes #84

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: "--all-files"