Skip to content

Commit

Permalink
Merge pull request #847 from CodeForPhilly/lebovits/fix-backend-linti…
Browse files Browse the repository at this point in the history
…ng-issues

fix docker formatting and linting
  • Loading branch information
nlebovits authored Jul 30, 2024
2 parents 23f31cd + 4e2a5bf commit d25337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ services:
context: .
volumes:
- ./src:/usr/src/app
command: sh -c "pip install ruff && ruff /usr/src/app --fix --exclude '/usr/src/app/data/src/awkde/' || exit 0"
command: sh -c "pip install ruff && ruff /usr/src/app --fix --exclude '/usr/src/app/data/src/awkde/'"
network_mode: 'host'

linter:
build:
context: .
volumes:
- ./src:/usr/src/app
command: sh -c "pip install ruff && ruff check /usr/src/app --exclude '/usr/src/app/data/src/awkde/' || exit 0"
command: sh -c "pip install ruff && ruff check /usr/src/app --exclude '/usr/src/app/data/src/awkde/'"
network_mode: 'host'

streetview:
Expand Down

0 comments on commit d25337d

Please sign in to comment.