Skip to content

Commit

Permalink
chore: changing github action lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
damianoalves committed Jun 22, 2024
1 parent 4625845 commit 330d62b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ jobs:
- name: Run format and lint
run: |
black .
isort .
flake8 .
mypy .
pylama .
yamllint .
pipenv run format
pipenv run lint

0 comments on commit 330d62b

Please sign in to comment.