Skip to content

Level Balancing Strategy: Go heal if weakest Pokémon is defeated (#655) #1685

Level Balancing Strategy: Go heal if weakest Pokémon is defeated (#655)

Level Balancing Strategy: Go heal if weakest Pokémon is defeated (#655) #1685

Workflow file for this run

name: Black code formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--line-length 120 --check --verbose"