From a11d8bbccec8689ba4f6e409c000fd6d62775273 Mon Sep 17 00:00:00 2001 From: hlorus <64740362+hlorus@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:27:03 +0200 Subject: [PATCH] Delete .github/workflows/darker.yml --- .github/workflows/darker.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/darker.yml diff --git a/.github/workflows/darker.yml b/.github/workflows/darker.yml deleted file mode 100644 index 19bf7d19..00000000 --- a/.github/workflows/darker.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Lint - -on: [pull_request] - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: "create-main-branch" - run: "git branch --track main origin/main" - - uses: actions/setup-python@v4 - - uses: akaihola/darker@1.7.0 - with: - options: "--check --diff --isort --color -l 120" - src: "." - version: "~=1.7.0" - lint: "flake8,pylint==2.13.1" - revision: "origin/main..."