oncall-engine/engine/apps/phone_notifications
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 Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
models Better simple phone provider (#2143) 2023-06-09 13:21:38 +08:00
tests Fix phone call & SMS relay (#2345) 2023-06-26 16:09:21 +00:00
__init__.py Phone provider refactoring (#1713) 2023-05-24 06:27:48 +00:00
exceptions.py Add BaseFailed exceptions for phone_notificator (#2074) 2023-06-08 05:55:41 +00:00
phone_backend.py Minor formatting changes (#2641) 2023-07-26 14:45:44 +01:00
phone_provider.py set default phone provider (#2523) 2023-07-17 13:04:55 +00:00
simple_phone_provider.py Better simple phone provider (#2143) 2023-06-09 13:21:38 +08:00