Skip to content

[meta] update pre-commit (#257) #1340

[meta] update pre-commit (#257)

[meta] update pre-commit (#257) #1340

Workflow file for this run

name: isort
on: [push, pull_request]
jobs:
mypy:
name: Style Check with Isort
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
- run: "python -m pip install isort"
name: Install isort
- run: "python -m isort --check-only --diff --profile black -l 99 ."
name: Style checking with isort
# thanks sinbad & jack