Skip to content

Commit

Permalink
added pylintrc and format the files
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajithi committed Jun 12, 2024
1 parent d6bc96e commit 7649f1d
Show file tree
Hide file tree
Showing 6 changed files with 997 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint==3.0.2
pip install '.[dev]'
pip install .
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
Loading

0 comments on commit 7649f1d

Please sign in to comment.