Skip to content

Commit

Permalink
Update File-Find.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixel-Master committed Apr 21, 2024
1 parent ae17e22 commit 91b769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/File-Find.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Testing Syntax
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=25 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=100 --max-line-length=127 --statistics
build-macos-arm:
Expand Down

0 comments on commit 91b769e

Please sign in to comment.