Skip to content

Commit 44e5da6

Browse files
committed
Add config to black
1 parent 2b9f34e commit 44e5da6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ FIRST_SUPERUSER_PASSWORD=admin
2121

2222
GOOGLE_CLIENT_ID=
2323
GOOGLE_CLIENT_SECRET=
24-
FACEBOOK_CLIENT_ID=
25-
FACEBOOK_CLIENT_SECRET=
2624
# HOSTNAME used to build google redirect uri. Should point to backend
2725
SSO_CALLBACK_HOSTNAME=http://localhost
2826
# Callback URL we redirect to after google login. Should point to frontend/sso-login-callback

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run black
5757
uses: psf/black@stable
5858
with:
59-
use_pyproject: true
59+
options: "--config ./pyproject.toml"
6060

6161
test-backend:
6262
name: Run backend unit tests

0 commit comments

Comments
 (0)