From bf2a3729da5f61fde4f8472930acbb36f1a24236 Mon Sep 17 00:00:00 2001 From: Sophia Sun Date: Mon, 26 Feb 2024 11:31:53 -0800 Subject: [PATCH] edits --- .github/workflows/pylinter.yml | 7 ++----- .gitignore | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pylinter.yml b/.github/workflows/pylinter.yml index d9f9efb..b8d4c26 100644 --- a/.github/workflows/pylinter.yml +++ b/.github/workflows/pylinter.yml @@ -10,9 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - # - name: Checkout repo - # uses: actions/checkout@v3 - - uses: actions/checkout@v4 + - name: Checkout repo + uses: actions/checkout@v4 - name: Install flake8 run: pip install flake8 - name: Python Linter @@ -22,5 +21,3 @@ jobs: max-line-length: "150" path: "src" plugins: "flake8-bugbear==22.1.11" - #- name: GitHub Action for pylint - # uses: marian-code/python-lint-annotate@v3 diff --git a/.gitignore b/.gitignore index a736f46..4bc0fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ #project specific *.DS_Store trained/* +.vscode/* # Byte-compiled / optimized / DLL files __pycache__/