Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwenn committed Feb 26, 2024
1 parent f8f2139 commit bf2a372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pylinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#project specific
*.DS_Store
trained/*
.vscode/*

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down

0 comments on commit bf2a372

Please sign in to comment.