Skip to content

Commit

Permalink
test black
Browse files Browse the repository at this point in the history
  • Loading branch information
ERDC\RDITLSCW committed Jan 7, 2025
1 parent fda724a commit 4aa5f64
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -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"
# 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"

0 comments on commit 4aa5f64

Please sign in to comment.