Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutaaykut committed Jul 11, 2023
1 parent 3bf0bda commit a724cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:

- name: Format with Black
run: |
pip3 install black
pip3 install black~=23.3.0
pwd
black --config=./backend/pyproject.toml --preview --check ./backend
- name: Lint with Flake8
run: |
pip3 install flake8
pip3 install flake8~=6.0.0
flake8 --config=./backend/.flake8 ./backend

0 comments on commit a724cf0

Please sign in to comment.