Skip to content

update xlsx

update xlsx #4

Workflow file for this run

name: Black
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out git repository
uses: actions/checkout@v3
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Set up Black
uses: psf/black@stable
with:
options: ". --check --line-length 100"
version: "~=23.3.0"