Skip to content

build(deps-dev): Bump attrs from 23.1.0 to 23.2.0 #825

build(deps-dev): Bump attrs from 23.1.0 to 23.2.0

build(deps-dev): Bump attrs from 23.1.0 to 23.2.0 #825

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
- uses: actions/setup-python@v2
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