8000 percent decoding · httpie/cli@8e8cc8c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

percent decoding error for authentication (issue #1623) #682

percent decoding 60B8 error for authentication (issue #1623)

percent decoding error for authentication (issue #1623) #682

Workflow file for this run

name: Code Style Check
on:
pull_request:
paths:
- .github/workflows/code-style.yml
- extras/*.py
- httpie/**/*.py
- setup.py
- tests/**/*.py
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: make venv
- run: make codestyle
0