Skip to content

Commit

Permalink
skip examples for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 10, 2024
1 parent b1ed2cc commit bdb2485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Linting
run: |
# stop the build if there are Python syntax errors or undefined names
poetry run flake8 . --exclude .venv --count --show-source --statistics
poetry run flake8 . --exclude .venv,examples --count --show-source --statistics
- name: Check Format
run: |
poetry run black --check --diff --color .
Expand Down

0 comments on commit bdb2485

Please sign in to comment.