Skip to content

Use PyErr_GetRaisedException(), PyErr_SetRaisedException() #133

Use PyErr_GetRaisedException(), PyErr_SetRaisedException()

Use PyErr_GetRaisedException(), PyErr_SetRaisedException() #133

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y
- run: pip install -U autoflake isort black ruff mypy types-python-dateutil types-pytz types-simplejson types-ujson
- uses: actions/checkout@v3
- run: cargo fmt
- run: ./script/lint
- run: git diff --exit-code