Skip to content

Update for MO 2.5.2 and add ignore file setting #73

Update for MO 2.5.2 and add ignore file setting

Update for MO 2.5.2 and add ignore file setting #73

Workflow file for this run

name: Run isort
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.12"
- uses: isort/[email protected]
with:
configuration: "--profile black --line-length 125 --skip-glob LOOT-Warning-Checker/lib/*"