Skip to content

Commit

Permalink
updates to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ERDC\RDITLSCW authored and sdc50 committed Jan 15, 2025
1 parent a21361f commit 7cc861c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check"
options: "--check"
1 change: 1 addition & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
args: "--verbose"
ignore: "E203"
max-line-length: "88"

0 comments on commit 7cc861c

Please sign in to comment.