Skip to content

Commit

Permalink
chore: Update Ruff configuration to enable linting for specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KenMwaura1 committed May 26, 2024
1 parent e178236 commit e2a5d02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ jobs:
run: |
pip install ruff
ruff check --fix
- name: Django test
run: |
cd hsystem
python manage.py migrate
python manage.py runserver

0 comments on commit e2a5d02

Please sign in to comment.