Skip to content

Commit

Permalink
small update to lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tariksadiku-buckaroo committed Jan 20, 2025
1 parent d4b4407 commit d69ca90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black mypy
pip install -r requirements.txt
- name: Run Black (code formatter check)
run: black --check .
Expand Down
30 changes: 0 additions & 30 deletions code-quality-checks.yml

This file was deleted.

0 comments on commit d69ca90

Please sign in to comment.