Skip to content

Commit

Permalink
Add enhancements for our code linters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 7, 2024
1 parent 7164c44 commit 3bd2674
Show file tree
Hide file tree
Showing 9 changed files with 757 additions and 72 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint flake8
pip install pylint flake8 pyright
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
flake8 $(git ls-files '*.py')
scripts/lint.sh
Loading

0 comments on commit 3bd2674

Please sign in to comment.