Skip to content

Require taxcalc version 6.7.0 or higher in setup.py #902

Require taxcalc version 6.7.0 or higher in setup.py

Require taxcalc version 6.7.0 or higher in setup.py #902

Workflow file for this run

name: Pull request
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: psf/black@stable
with:
options: ". -l 79 --check"