From b2c6e80f44dd573c82f37988c7235451cd3bb3e1 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Tue, 8 Oct 2024 16:31:40 +0100 Subject: [PATCH] small update --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2afc5..9954088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - name: Check code lints with Black uses: psf/black@stable + with: + use_pyproject: true # If the above check failed, post a comment on the PR explaining the failure - name: Post PR comment