From 0643153ab4fa3baa04e5f70a06ea98b65a89a2be Mon Sep 17 00:00:00 2001 From: Philip Walsh <59885325+Philip-Walsh@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:57:44 +0000 Subject: [PATCH] update CI --- .flake8 | 2 ++ .github/workflows/ci.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..df9a9c1 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +exclude = .venv diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb081c7..7142887 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,4 +54,4 @@ jobs: run: poetry run pylint **/*.py - name: Lint flake8 - run: poetry run flake8 + run: poetry run flake8 **/.py