Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <55090151+ruslansenatorov@users.noreply.github.com>
  • Loading branch information
ruslansenatorov committed Apr 21, 2024
1 parent fdb79ce commit 8a40706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install nbqa pylint isort "black[jupyter]" mypy pyupgrade
pip install "nbqa[toolchain]" pylint isort "black[jupyter]" mypy pyupgrade
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: pyupgrade
run: |
pyupgrade $(git ls-files '*.py')
nbqa pyupgrade $(git ls-files '*.ipynb')
# nbqa pyupgrade $(git ls-files '*.ipynb')
- name: Pylint
run: |
pylint --max-line-length=80 $(git ls-files '*.py')
Expand Down

0 comments on commit 8a40706

Please sign in to comment.