Skip to content

Commit

Permalink
Fix linter scope CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 5, 2025
1 parent ba0a310 commit dd0c472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
poetry install
- name: Run Linter
run: poetry run flake8 .
run: poetry run flake8 Quorum/

- name: Execute Regression Tests
run: |
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ exclude =
.venv,
build,
dist
include =
Quroum/*

0 comments on commit dd0c472

Please sign in to comment.