diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 28374b5..1723921 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -1,20 +1,20 @@ -name: Flake8 Lint +# name: Flake8 Lint -on: [push, pull_request] +# on: [push, pull_request] -jobs: - flake8-lint: - runs-on: ubuntu-latest - name: Lint - steps: - - name: Check out source repository - uses: actions/checkout@v3 - - name: Set up Python environment - uses: actions/setup-python@v4 - with: - python-version: "3.11" - - name: flake8 Lint - uses: py-actions/flake8@v2 - with: - ignore: "E203" - max-line-length: "120" \ No newline at end of file +# jobs: +# flake8-lint: +# runs-on: ubuntu-latest +# name: Lint +# steps: +# - name: Check out source repository +# uses: actions/checkout@v3 +# - name: Set up Python environment +# uses: actions/setup-python@v4 +# with: +# python-version: "3.11" +# - name: flake8 Lint +# uses: py-actions/flake8@v2 +# with: +# ignore: "E203" +# max-line-length: "120" \ No newline at end of file