From 1b0c4ca8a7b235b464ddbbbc1133b40f485006d8 Mon Sep 17 00:00:00 2001 From: CoolCoderCarl <123qwekir2wl@gmail.com> Date: Thu, 19 May 2022 02:47:52 +0300 Subject: [PATCH] Update build.yaml --- .github/workflows/code_quality.yaml | 3 +-- butler.py | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index 785a55b..637c176 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -7,7 +7,7 @@ on: jobs: code_quality: runs-on: ubuntu-latest - name: Checks with blacks, isort + name: Checks with black and isort container: python:3.9 steps: @@ -17,7 +17,6 @@ jobs: - name: Run script run: | pip install -r requirements.txt - ls -la - name: Black check run: diff --git a/butler.py b/butler.py index 155781d..c92d1ea 100644 --- a/butler.py +++ b/butler.py @@ -42,6 +42,7 @@ target_dir_name = "ALL" +# Delete files by mask or exclude deletion def clean_the_dir(path_to_clean: str): if args.clean == "/": print("It is totally not great idea to remove all things")