Skip to content

Updated ParameterizedModelParser run method for handing run_with_dependencies parameter #60

Updated ParameterizedModelParser run method for handing run_with_dependencies parameter

Updated ParameterizedModelParser run method for handing run_with_dependencies parameter #60

name: Check Python Formatting
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --line-length=79" # In line with .vscode/settings.json