From 3904293bf91ac82825b592df1058309a8f4c6de7 Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Fri, 9 Dec 2022 11:09:08 +0800 Subject: [PATCH] update actions --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a15aea1..7b4a1c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,5 +17,4 @@ jobs: uses: py-actions/flake8@v2 with: max-line-length: "100" - path: "src" - plugins: "flake8-bugbear==22.1.11 flake8-black" \ No newline at end of file + plugins: "flake8-bugbear" \ No newline at end of file