Skip to content

Commit

Permalink
test: updated ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonzorn committed Jan 28, 2024
1 parent edb834d commit c7e9cae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
pip install -r requirements/dev.txt
- name: Lint with flake8
run: |
cd ./datanar
flake8 . --config=.flake8
flake8 ./datanar/ --config=.flake8
- name: Lint with black
run: |
cd ./datanar
black . --check --verbose --diff --line-length 79
black ./datanar/ --check --verbose --diff --line-length 79
- name: Django testing
run: |
cd ./datanar
Expand Down

0 comments on commit c7e9cae

Please sign in to comment.