Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 8, 2024
2 parents 233b5ab + 4ec7c86 commit b8a953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
pip install -r requirements.txt
- name: isort
run: isort . --recursive --diff
- name: Black
run: black --check .
- name: Ruff
run: python3 -m ruff check .

0 comments on commit b8a953d

Please sign in to comment.