Skip to content

Fixed type signature for get_forecasts_given_rule_list #37

Fixed type signature for get_forecasts_given_rule_list

Fixed type signature for get_forecasts_given_rule_list #37

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "23.11.0"