Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Walsh committed Mar 18, 2024
1 parent 0a7695e commit 0643153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
exclude = .venv
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: poetry run pylint **/*.py

- name: Lint flake8
run: poetry run flake8
run: poetry run flake8 **/.py

0 comments on commit 0643153

Please sign in to comment.