Skip to content

Commit

Permalink
Merge branch 'feature/initial-project' of https://github.com/City-of-…
Browse files Browse the repository at this point in the history
…Turku/mpbackend into feature/initial-project
  • Loading branch information
juuso-j committed Feb 1, 2024
2 parents 1db2698 + cfe8333 commit 0ff104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run Python side code neatness tests
run: |
flake8
black --check .
# black --check .
isort . -c
- name: Run pytest code functionality tests
run: |
Expand Down

0 comments on commit 0ff104a

Please sign in to comment.