From 37a5a967e6dee9b28770a8e046f53bebe0684716 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 13 Dec 2024 19:36:54 +0100 Subject: [PATCH] ruff check --preview --select=E303 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c5844c7e8c63..8a3d52cd9b75c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -425,6 +425,7 @@ jobs: - checkout - pip-install - run: ruff check + - run: ruff check --preview --select=E303 mypy: executor: bionic steps: