From c209a97221d2ac0819ccaa109f8b74b69ca6292b Mon Sep 17 00:00:00 2001 From: Alessandro De Maria Date: Mon, 5 Feb 2024 08:47:59 +0000 Subject: [PATCH] fix lint --- .github/workflows/python-lint-test.yml | 2 +- poetry.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-lint-test.yml b/.github/workflows/python-lint-test.yml index 5201e14..f523587 100644 --- a/.github/workflows/python-lint-test.yml +++ b/.github/workflows/python-lint-test.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip poetry - poetry install --no-root + poetry install --with=dev --no-root - name: Lint with flake8 run: | diff --git a/poetry.lock b/poetry.lock index f80409e..4e6c7d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -412,4 +412,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "cbba60177d7cd5f8c636e14d42bc54a18b0c454ea2558d389b98b6bfbcbf3862" +content-hash = "fc4a3431ff66607f2c117d2693567c5e629521f44d4ef06f88d755dd0605460c"