Skip to content

chore: Use black profile for isort #290

chore: Use black profile for isort

chore: Use black profile for isort #290

Workflow file for this run

name: Lint
on: [push, pull_request]
env:
BASEDIR: https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/main
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
cache-dependency-path: setup.cfg
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
- run: pip install .[cli,test]
- env:
STANDARD_MAINTENANCE_SCRIPTS_EXTRAS: cli
# MyST-Parser is used as a Sphinx extension.
STANDARD_MAINTENANCE_SCRIPTS_IGNORE: MyST-Parser
run: pytest /tmp/test_requirements.py
- run: pip install --upgrade check-manifest
- run: check-manifest