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..."