Commit 747a86d9 authored by Adrian Pino's avatar Adrian Pino
Browse files

Fix isort arguments

parent 1ebe2008
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ jobs:
      run: pip install -r requirements.txt

    - name: isort check
      run: isort src tests --check
      run: isort src tests --check --profile black --filter-files

    - name: black check
      run: black src tests --check