Skip to content

Commit

Permalink
Remove comments :) (@Schalk1e)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk1e committed Jun 13, 2024
1 parent 6bcf20e commit 98787bc
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,3 @@ jobs:
- name: run linters
run: |
poetry run .ci/lint.sh
# jobs:
# isort-lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v2
# with:
# python-version: 3.8
# - uses: jamescurtin/isort-action@master
# black-lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: psf/black@stable
# with:
# options: "-l79"
# yamllint:
# runs-on: ubuntu-latest
# steps:
# - uses: karancode/yamllint-github-action@master
# flake8:
# runs-on: ubuntu-latest
# steps:
# - run: |
# sudo apt-get install -y flake8
# flake8 . --count --show-source --statistics --config=.flake8.cfg

0 comments on commit 98787bc

Please sign in to comment.