Skip to content

Commit

Permalink
removed check to format directly
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutaaykut committed Jul 13, 2023
1 parent fa74803 commit c40d37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip3 install -r ./backend/requirements.dev.txt
- name: Format with Black
run: black --config=./backend/pyproject.toml --preview --check ./backend
run: black --config=./backend/pyproject.toml --preview ./backend

- name: Lint with Flake8
run: flake8 --config=./backend/.flake8 ./backend

0 comments on commit c40d37a

Please sign in to comment.