Skip to content

Fixes lots of linting #4

Fixes lots of linting

Fixes lots of linting #4

Workflow file for this run

name: black
on: [push]
jobs:
run-black:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Installs packages
run: pip3 install -r requirements.txt
- name: Runs black
run: black --check .