Skip to content

chore(pyproject): update Python version to 3.10.x #136

chore(pyproject): update Python version to 3.10.x

chore(pyproject): update Python version to 3.10.x #136

Workflow file for this run

name: Format with Black
on:
pull_request:
branches:
- streamlit
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--color"
src: "./freestream"