From 8366dc96b4a981ff2bca55a5c433908b10a9dad5 Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:04:37 +0100 Subject: [PATCH] ci: remove options use defaults --- .github/workflows/lint.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index edd3be38..d7d16190 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,5 +12,3 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable - with: - options: "--check --verbose"