From 4aa5f64722d0bf58940d201357eafc3ac78e71aa Mon Sep 17 00:00:00 2001 From: "ERDC\\RDITLSCW" Date: Tue, 7 Jan 2025 13:42:01 -0600 Subject: [PATCH] test black --- .github/workflows/flake8.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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