From 98b93a181a232b94ebfc3d32a2dfcd736ed162c0 Mon Sep 17 00:00:00 2001 From: Andrew Gardhouse Date: Mon, 20 Jan 2025 10:15:52 -0500 Subject: [PATCH] Update format --- .github/workflows/format.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 94bdbb4..d5da287 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -1,14 +1,6 @@ name: Formatting check on: - pull_request: - paths: - - pennylane_sf/** - - tests/** - - .pylintrc - - Makefile - - requirements-ci.txt - - requirements.txt - - setup.py + - pull_request jobs: black: