Skip to content

Commit

Permalink
prepare lint enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed May 23, 2024
1 parent 605483a commit 6bd56cd
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ jobs:
pip install pylint mypy
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint --errors-only $(git ls-files '*.py')
- name: Analysing the code with mypy
run: |
mypy $(git ls-files '*.py')
Loading

0 comments on commit 6bd56cd

Please sign in to comment.