Skip to content

Commit

Permalink
Make checkin async (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 authored Mar 26, 2024
1 parent 98cd5c4 commit 9ff67c3
Show file tree
Hide file tree
Showing 10 changed files with 987 additions and 442 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ repos:
- id: mypy
args: ["--install-types", "--non-interactive", "--ignore-missing-imports"]
additional_dependencies: [types-protobuf]
# Exclude the proto/*.py so when files are passed as parameters
# they do not cause duplicate module errors
exclude: |
(?x)^(
tests/.*|
docs/.*|
firebase_messaging/proto/.*py$
)$
Expand Down
75 changes: 0 additions & 75 deletions firebase_messaging/fcm.py

This file was deleted.

Loading

0 comments on commit 9ff67c3

Please sign in to comment.