Skip to content

Added automatic saving for settings and persistent storage for image filter settings #10607

Added automatic saving for settings and persistent storage for image filter settings

Added automatic saving for settings and persistent storage for image filter settings #10607

Workflow file for this run

name: isort
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^isort" ./dev/requirements.txt)
echo "isort version: $(isort --version-number)"
isort --check --diff --resolve-all-configs .