oncall-engine/engine/apps/mobile_app
Vadim Stepanov f977f9faee
Minor formatting changes (#2641)
# What this PR does

- Updates `black` and `flake8` to latest
- Removes `F541` from flake8 ignore (`F541 f-string is missing
placeholders`)
- Enables ["float to top"
option](https://pycqa.github.io/isort/docs/configuration/options.html#float-to-top)
for `isort`
2023-07-26 14:45:44 +01:00
..
migrations allowing storing/updating time_zone in mobile app user settings table (#2601) 2023-07-20 14:12:54 -04:00
tests Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
__init__.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00
alert_rendering.py Fix warnings when running backend tests (#2079) 2023-06-06 18:38:00 +00:00
auth.py Add organization moved exception to mobile app auth (#2422) 2023-07-05 06:11:56 +00:00
backend.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
demo_push.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
exceptions.py Test mobile push (#1933) 2023-05-18 15:52:42 +08:00
fcm_relay.py address mobile device push notification delivery issue when user had > 1 registered device (#2421) 2023-07-05 15:14:46 +00:00
models.py allowing storing/updating time_zone in mobile app user settings table (#2601) 2023-07-20 14:12:54 -04:00
serializers.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
tasks.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
urls.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00
views.py Mobile app settings backend (#1571) 2023-03-22 14:47:18 +00:00