Skip to content

Commit

Permalink
changed config
Browse files Browse the repository at this point in the history
  • Loading branch information
hemant10yadav committed Jan 3, 2025
1 parent 028b870 commit 6a2235d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: CI

# Enable Buildkit and let compose use it to speed up image building
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1

on:
pull_request:
branches: ['main']
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
default_stages: [pre-commit]
default_stages: [commit]


repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 0 additions & 1 deletion connectid/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
SENTRY_TRACES_SAMPLE_RATE = 0.0


from .localsettings import * # noqa: F403, F401, E402

# Firebase
if FCM_CREDENTIALS:
Expand Down

0 comments on commit 6a2235d

Please sign in to comment.