Commit 68595234 authored by Laskaratos Dimitris's avatar Laskaratos Dimitris
Browse files

ng

tttttt "Delete --filter-files from precommit hook & CI linter tasks"

This reverts commit 8e519292.
parent 3130c037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ jobs:
      run: pip install -r requirements.txt

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

    - name: black check
      run: black src tests --check
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ repos:
    hooks:
    -   id: isort
        name: isort (python)
        args: ["--profile", "black"]
        args: ["--profile", "black", "--filter-files"]
-   repo: https://github.com/psf/black
    rev: 25.1.0
    hooks: