Skip to content

Commit

Permalink
Correcting flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
lunasilvestre committed Oct 19, 2023
1 parent 0a9061b commit 26d859a
Showing 1 changed file with 1 addition 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 @@ -31,7 +31,7 @@ jobs:
- name: Lint with flake8
run: |
flake8 modules/ tests/ examples/ validation/
flake8 ee_lst/ tests/ examples/ validation/
- name: Check code formatting with black
run: |
Expand Down

0 comments on commit 26d859a

Please sign in to comment.