Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
ci: update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seyLu committed Oct 1, 2023
1 parent 76e7b66 commit 1beebb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,12 @@ jobs:
run: >
pip install
ruff
isort
black
mypy
- name: Ruff Linter
run: ruff check . --diff

- name: Isort Import Sorter
run: isort . --diff --check

- name: Black Formatter
run: black . --diff --check

Expand Down

0 comments on commit 1beebb2

Please sign in to comment.