Skip to content

Update the authentication method to use cookie-based authentication instead of deprecated authentication #359

Update the authentication method to use cookie-based authentication instead of deprecated authentication

Update the authentication method to use cookie-based authentication instead of deprecated authentication #359

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: pre-commit/[email protected]