Loading .github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.github/workflows/ci.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading