Skip to content

Commit

Permalink
remove auto fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 5, 2024
1 parent bc35dcc commit dbfa106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: |
pip install black isort flake8
- name: Run black (auto-fix)
- name: Run black
run: black .

- name: Run isort (auto-fix)
- name: Run isort
run: isort .

- name: Run flake8 (lint only)
Expand Down

0 comments on commit dbfa106

Please sign in to comment.