Skip to content

Implement /api/player/autocomplete #210

Implement /api/player/autocomplete

Implement /api/player/autocomplete #210

Workflow file for this run

name: Format
on:
push:
branches: ["master"]
paths:
- ".github/workflows/format.yml"
- "**.py"
- ".editorconfig"
pull_request:
paths:
- ".github/workflows/format.yml"
- "**.py"
- ".editorconfig"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable