Skip to content

Adding gold, silver, and predators parameters to config files #17

Adding gold, silver, and predators parameters to config files

Adding gold, silver, and predators parameters to config files #17

Workflow file for this run

name: Formatting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]
with:
options: '--check --diff --verbose --line-length=88 --exclude="aintelope_savanna.py"'
src: "aintelope tests"