Skip to content

version bump v2.2.5 #146

version bump v2.2.5

version bump v2.2.5 #146

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
# Once codebase is updated, this can easily be changed to any specific version.
python-version: "3.8"
- name: Black Code Formatter
uses: psf/black@stable